1 write to Name
Microsoft.AspNetCore.Http.Abstractions (1)
Validation\ValidatablePropertyInfo.cs (1)
29
Name
= name;
6 references to Name
Microsoft.AspNetCore.Http.Abstractions (6)
Validation\ValidatablePropertyInfo.cs (6)
63
var property = DeclaringType.GetProperty(
Name
) ?? throw new InvalidOperationException($"Property '{
Name
}' not found on type '{DeclaringType.Name}'.");
71
context.CurrentValidationPath =
Name
;
75
context.CurrentValidationPath = $"{originalPrefix}.{
Name
}";
79
context.ValidationContext.MemberName =
Name
;
101
$"Maximum validation depth of {context.ValidationOptions.MaxDepth} exceeded at '{context.CurrentValidationPath}' in '{DeclaringType.Name}.{
Name
}'. " +