1 write to _axisStack
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (1)
314
_axisStack
= new ArrayList(axisTree.SubtreeArray.Count); // defined length
7 references to _axisStack
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (7)
319
_axisStack
.Add(stack);
334
for (int i = 0; i <
_axisStack
.Count; ++i)
336
AxisStack stack = (AxisStack)
_axisStack
[i];
371
for (int i = 0; i <
_axisStack
.Count; ++i)
373
((AxisStack)
_axisStack
[i]).MoveToParent(localname, URN, _currentDepth);
387
for (int i = 0; i <
_axisStack
.Count; ++i)
389
if (((AxisStack)
_axisStack
[i]).MoveToAttribute(localname, URN, _currentDepth + 1))