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