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