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)
152
get { return
_stack
.Count; }
176
_stack
.Add(eaxis);
181
_stack
.RemoveAt(Length - 1);
218
for (int i = 0; i <
_stack
.Count; ++i)
220
((AxisElement)
_stack
[i]).MoveToParent(depth, _subtree);
240
for (int i = 0; i <
_stack
.Count; ++i)
242
if (((AxisElement)
_stack
[i]).MoveToChild(name, URN, depth, _subtree))
272
for (int i = 0; i <
_stack
.Count; ++i)
274
AxisElement eaxis = (AxisElement)
_stack
[i];