1 write to _validatorTypeInfo
Microsoft.AspNetCore.Components.Forms (1)
EditContextDataAnnotationsExtensions.cs (1)
65_validatorTypeInfo = _validationOptions != null && _validationOptions.TryGetValidatableTypeInfo(_editContext.Model.GetType(), out var typeInfo)
4 references to _validatorTypeInfo
Microsoft.AspNetCore.Components.Forms (4)
EditContextDataAnnotationsExtensions.cs (4)
119if (_validatorTypeInfo is not null) 121await ValidateFormWithValidatableInfoAsync(_validatorTypeInfo, cancellationToken); 133if (_validatorTypeInfo is not null) 135ValidateFormWithValidatableInfo(_validatorTypeInfo);