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)
298
get { return
_currentDepth
; }
348
if (stack.MoveToChild(localname, URN,
_currentDepth
))
362
if (
_currentDepth
== 0)
373
((AxisStack)_axisStack[i]).MoveToParent(localname, URN,
_currentDepth
);
389
if (((AxisStack)_axisStack[i]).MoveToAttribute(localname, URN,
_currentDepth
+ 1))