1 write to FieldName
Microsoft.AspNetCore.Components.Forms (1)
FieldIdentifier.cs (1)
60
FieldName
= fieldName ?? throw new ArgumentNullException(nameof(fieldName));
7 references to FieldName
Microsoft.AspNetCore.Components.Endpoints (1)
Forms\ClientValidationCache.cs (1)
57
var fieldKey = (fieldIdentifier.Model.GetType(), fieldIdentifier.
FieldName
);
Microsoft.AspNetCore.Components.Forms (5)
EditContextDataAnnotationsExtensions.cs (2)
81
typeInfo.TryFindProperty(fieldIdentifier.
FieldName
, _validationOptions, out var validatablePropertyInfo))
334
var cacheKey = (ModelType: fieldIdentifier.Model.GetType(), fieldIdentifier.
FieldName
);
FieldIdentifier.cs (3)
81
var fieldHash = StringComparer.Ordinal.GetHashCode(
FieldName
);
106
string.Equals(otherIdentifier.
FieldName
,
FieldName
, StringComparison.Ordinal);
Microsoft.AspNetCore.Components.Web (1)
Forms\InputBase.cs (1)
72
: FieldIdentifier.
FieldName
;