5 writes to _currentDepth
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (5)
306_currentDepth = -1; 312_currentDepth = -1; // context depth is 0 -- enforce moveToChild for the context node 332_currentDepth++; 365_currentDepth--; 375_currentDepth--;
5 references to _currentDepth
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (5)
298get { return _currentDepth; } 348if (stack.MoveToChild(localname, URN, _currentDepth)) 362if (_currentDepth == 0) 373((AxisStack)_axisStack[i]).MoveToParent(localname, URN, _currentDepth); 389if (((AxisStack)_axisStack[i]).MoveToAttribute(localname, URN, _currentDepth + 1))