2 writes to CurrentDepth
Microsoft.Extensions.Validation (2)
ValidatablePropertyInfo.cs (2)
127
context.
CurrentDepth
++;
169
context.
CurrentDepth
--;
2 references to CurrentDepth
Microsoft.Extensions.Validation (2)
ValidatablePropertyInfo.cs (1)
118
if (context.
CurrentDepth
>= context.ValidationOptions.MaxDepth)
ValidatableTypeInfo.cs (1)
125
if (context.
CurrentDepth
>= context.ValidationOptions.MaxDepth)