4 references to MaxDepth
Microsoft.Extensions.Validation (4)
ValidatablePropertyInfo.cs (2)
118if (context.CurrentDepth >= context.ValidationOptions.MaxDepth) 121$"Maximum validation depth of {context.ValidationOptions.MaxDepth} exceeded at '{context.CurrentValidationPath}' in '{DeclaringType.Name}.{Name}'. " +
ValidatableTypeInfo.cs (2)
125if (context.CurrentDepth >= context.ValidationOptions.MaxDepth) 128$"Maximum validation depth of {context.ValidationOptions.MaxDepth} exceeded at '{context.CurrentValidationPath}' in '{Type.Name}'. " +