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