public RazorInjectionAttribute()

in src/Annotations.cs [2089:2093]


    public RazorInjectionAttribute([NotNull] string type, [NotNull] string fieldName)
    {
      Type = type;
      FieldName = fieldName;
    }