5 writes to CurrentDepth
Microsoft.Extensions.Validation (5)
ValidatablePropertyInfo.cs (4)
142
context.
CurrentDepth
++;
193
context.
CurrentDepth
--;
240
context.
CurrentDepth
++;
279
context.
CurrentDepth
--;
ValidateContext.cs (1)
27
CurrentDepth
= state.Depth;
3 references to CurrentDepth
Microsoft.Extensions.Validation (3)
ValidatablePropertyInfo.cs (1)
74
if (context.
CurrentDepth
>= context.ValidationOptions.MaxDepth)
ValidatableTypeInfo.cs (1)
132
if (context.
CurrentDepth
>= context.ValidationOptions.MaxDepth)
ValidateContext.cs (1)
112
Depth =
CurrentDepth
,