3 references to ValidateAttributesAsync
Microsoft.Extensions.Validation (3)
ValidatableParameterInfo.cs (1)
94await context.ValidateAttributesAsync(value, null, this, cancellationToken);
ValidatablePropertyInfo.cs (1)
135await context.ValidateAttributesAsync(propertyValue, containingObject, this, cancellationToken);
ValidatableTypeInfo.cs (1)
277await context.ValidateAttributesAsync(value, value, this, cancellationToken);