1 write to Type
Microsoft.Extensions.Validation (1)
ValidatableTypeInfo.cs (1)
33Type = type;
10 references to Type
Microsoft.Extensions.Validation (10)
ValidatableTypeInfo.cs (10)
69/// Members declared directly on <see cref="Type"/> take precedence over members inherited 82/// member with the specified name is declared on <see cref="Type"/> or any of its super-types.</returns> 128$"Maximum validation depth of {context.ValidationOptions.MaxDepth} exceeded at '{context.CurrentValidationPath}' in '{Type.Name}'. " + 155var displayName = DisplayNameInfo?.GetDisplayName(context, Type.Name, Type) ?? Type.Name; 216declaringType: Type, 231memberName: Type.Name, 233declaringType: Type, 251if (Type.ImplementsInterface(typeof(IValidatableObject)) && value is IValidatableObject validatable)