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