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