1 write to DeclaringType
Microsoft.AspNetCore.Http.Abstractions (1)
Validation\ValidatablePropertyInfo.cs (1)
27DeclaringType = declaringType;
3 references to DeclaringType
Microsoft.AspNetCore.Http.Abstractions (3)
Validation\ValidatablePropertyInfo.cs (3)
65var property = DeclaringType.GetProperty(Name) ?? throw new InvalidOperationException($"Property '{Name}' not found on type '{DeclaringType.Name}'."); 103$"Maximum validation depth of {context.ValidationOptions.MaxDepth} exceeded at '{context.CurrentValidationPath}' in '{DeclaringType.Name}.{Name}'. " +