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