2 references to ValidateAsync
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\IAsyncValidatableObject.cs (1)
16
/// invoke only <see cref="
ValidateAsync
"/>; <see cref="IValidatableObject.Validate"/>
System\ComponentModel\DataAnnotations\Validator.cs (1)
672
IAsyncEnumerable<ValidationResult>? results = asyncValidatable.
ValidateAsync
(validationContext, cancellationToken);