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