3 instantiations of ValidateContext
Microsoft.AspNetCore.Components.Forms (2)
Microsoft.AspNetCore.Routing (1)
17 references to ValidateContext
Microsoft.AspNetCore.Components.Forms (2)
Microsoft.AspNetCore.Routing (1)
Microsoft.Extensions.Validation (14)
ValidatableTypeInfo.cs (6)
70/// from super-types, matching the order in which <see cref="ValidateAsync(object?, ValidateContext, CancellationToken)"/>
117public virtual async Task ValidateAsync(object? value, ValidateContext context, CancellationToken cancellationToken)
175private async Task ValidateMembersAsync(object? value, ValidateContext context, CancellationToken cancellationToken)
193private void ValidateTypeAttributes(object? value, ValidateContext context, string displayName)
249private void ValidateValidatableObjectInterface(object? value, ValidateContext context, string displayName)
289private IEnumerable<ValidatableTypeInfo> GetSuperTypeInfos(Type actualType, ValidateContext context)