1 write to Type
Microsoft.Extensions.Validation (1)
ValidatableTypeInfo.cs (1)
33
Type
= 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}'. " +
155
var displayName = DisplayNameInfo?.GetDisplayName(context,
Type
.Name,
Type
) ??
Type
.Name;
216
declaringType:
Type
,
231
memberName:
Type
.Name,
233
declaringType:
Type
,
251
if (
Type
.ImplementsInterface(typeof(IValidatableObject)) && value is IValidatableObject validatable)