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