8 references to ValidatableTypeInfo
Microsoft.Extensions.Validation (8)
DisplayNameInfo.cs (1)
12
/// <see cref="
ValidatableTypeInfo
"/> may carry a single <see cref="DisplayNameInfo"/> instance
ValidatableTypeInfo.cs (5)
20
/// Creates a new instance of <see cref="
ValidatableTypeInfo
"/>.
93
&& superInfo is
ValidatableTypeInfo
superTypeInfo
144
foreach (
var
superTypeInfo in GetSuperTypeInfos(actualType, context))
289
private IEnumerable<
ValidatableTypeInfo
> GetSuperTypeInfos(Type actualType, ValidateContext context)
294
&& found is
ValidatableTypeInfo
superTypeInfo)
ValidationOptions.cs (2)
117
/// from super-types, matching the order in which <see cref="
ValidatableTypeInfo
.ValidateAsync"/>
127
&& info is
ValidatableTypeInfo
typeInfo