1 write to _stack
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (1)
159_stack = new ArrayList();
9 references to _stack
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (9)
152get { return _stack.Count; } 176_stack.Add(eaxis); 181_stack.RemoveAt(Length - 1); 218for (int i = 0; i < _stack.Count; ++i) 220((AxisElement)_stack[i]).MoveToParent(depth, _subtree); 240for (int i = 0; i < _stack.Count; ++i) 242if (((AxisElement)_stack[i]).MoveToChild(name, URN, depth, _subtree)) 272for (int i = 0; i < _stack.Count; ++i) 274AxisElement eaxis = (AxisElement)_stack[i];