1 write to _validatorTypeInfo
Microsoft.AspNetCore.Components.Forms (1)
EditContextDataAnnotationsExtensions.cs (1)
65
_validatorTypeInfo
= _validationOptions != null && _validationOptions.TryGetValidatableTypeInfo(_editContext.Model.GetType(), out var typeInfo)
2 references to _validatorTypeInfo
Microsoft.AspNetCore.Components.Forms (2)
EditContextDataAnnotationsExtensions.cs (2)
102
if (
_validatorTypeInfo
is not null)
104
await ValidateFormAsync(
_validatorTypeInfo
, e.CancellationToken);