2 writes to CurrentDepth
Microsoft.Extensions.Validation (2)
ValidatablePropertyInfo.cs (2)
107
context.
CurrentDepth
++;
149
context.
CurrentDepth
--;
3 references to CurrentDepth
Microsoft.Extensions.Validation (2)
ValidatablePropertyInfo.cs (1)
98
if (context.
CurrentDepth
>= context.ValidationOptions.MaxDepth)
ValidatableTypeInfo.cs (1)
53
if (context.
CurrentDepth
>= context.ValidationOptions.MaxDepth)
Microsoft.Extensions.Validation.Tests (1)
ValidatableTypeInfoTests.cs (1)
376
Assert.Equal(0, context.
CurrentDepth
);