2 references to GetValidationResultAsync
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\ValidationAttribute.cs (1)
142
/// <see cref="AsyncValidationAttribute.
GetValidationResultAsync
(object?, ValidationContext, System.Threading.CancellationToken)" />
System\ComponentModel\DataAnnotations\Validator.cs (1)
929
ValidationResult? result = await attr.
GetValidationResultAsync
(value, validationContext, cancellationToken).ConfigureAwait(false);