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"/>. 160foreach (var superTypeInfo in GetSuperTypeInfos(actualType, context.ValidationOptions)) 208foreach (var superTypeInfo in GetSuperTypeInfos(actualType, context.ValidationOptions)) 407private IEnumerable<ValidatableTypeInfo> GetSuperTypeInfos(Type actualType, ValidationOptions options) 428static ValidatableTypeInfo? TryGetValidatableTypeInfo(Type superType, Type actualType, ValidationOptions options) 432&& found is ValidatableTypeInfo superTypeInfo)