7 references to ValidatableTypeInfo
Microsoft.Extensions.Validation (7)
DisplayNameInfo.cs (1)
12
/// <see cref="
ValidatableTypeInfo
"/> may carry a single <see cref="DisplayNameInfo"/> instance
ValidatableTypeInfo.cs (6)
20
/// Creates a new instance of <see cref="
ValidatableTypeInfo
"/>.
160
foreach (
var
superTypeInfo in GetSuperTypeInfos(actualType, context.ValidationOptions))
208
foreach (
var
superTypeInfo in GetSuperTypeInfos(actualType, context.ValidationOptions))
407
private IEnumerable<
ValidatableTypeInfo
> GetSuperTypeInfos(Type actualType, ValidationOptions options)
428
static
ValidatableTypeInfo
? TryGetValidatableTypeInfo(Type superType, Type actualType, ValidationOptions options)
432
&& found is
ValidatableTypeInfo
superTypeInfo)