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)
65
var property = DeclaringType.GetProperty(
Name
) ?? throw new InvalidOperationException($"Property '{
Name
}' not found on type '{DeclaringType.Name}'.");
73
context.CurrentValidationPath =
Name
;
77
context.CurrentValidationPath = $"{originalPrefix}.{
Name
}";
81
context.ValidationContext.MemberName =
Name
;
103
$"Maximum validation depth of {context.ValidationOptions.MaxDepth} exceeded at '{context.CurrentValidationPath}' in '{DeclaringType.Name}.{
Name
}'. " +