2 references to IAsyncValidatableObject
System.ComponentModel.Annotations (2)
System\ComponentModel\DataAnnotations\IAsyncValidatableObject.cs (1)
13
/// When an object implements <see cref="
IAsyncValidatableObject
"/>, the asynchronous
System\ComponentModel\DataAnnotations\Validator.cs (1)
670
if (instance is
IAsyncValidatableObject
asyncValidatable)