1 write to Type
Microsoft.Extensions.Validation (1)
ValidatableTypeInfo.cs (1)
33Type = type;
16 references to Type
Microsoft.Extensions.Validation (16)
ValidatableTypeInfo.cs (16)
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.</param> 101var baseType = Type.BaseType; 135$"Maximum validation depth of {context.ValidationOptions.MaxDepth} exceeded at '{context.CurrentValidationPath}' in '{Type.Name}'. " + 175var displayName = DisplayNameInfo?.GetDisplayName(context, Type.Name, Type) ?? Type.Name; 221var displayName = DisplayNameInfo?.GetDisplayName(context, Type.Name, Type) ?? Type.Name; 307if (Type.ImplementsInterface(typeof(IValidatableObject)) && value is IValidatableObject validatable) 380if (Type.ImplementsInterface(typeof(IValidatableObject)) && value is IValidatableObject validatable) 417var baseType = Type.BaseType; 454declaringType: Type, 476memberName: Type.Name, 478declaringType: Type,