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); 334for (int i = 0; i < _axisStack.Count; ++i) 336AxisStack stack = (AxisStack)_axisStack[i]; 371for (int i = 0; i < _axisStack.Count; ++i) 373((AxisStack)_axisStack[i]).MoveToParent(localname, URN, _currentDepth); 387for (int i = 0; i < _axisStack.Count; ++i) 389if (((AxisStack)_axisStack[i]).MoveToAttribute(localname, URN, _currentDepth + 1))