4 instantiations of ForwardAxis
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (4)
667_fAxisArray.Add(new ForwardAxis(DoubleLinkAxis.ConvertTree((Axis)(ast.Input)), false)); 671_fAxisArray.Add(new ForwardAxis(DoubleLinkAxis.ConvertTree(ast), false)); 695_fAxisArray.Add(new ForwardAxis(DoubleLinkAxis.ConvertTree((Axis)(ast.Input)), true)); 699_fAxisArray.Add(new ForwardAxis(DoubleLinkAxis.ConvertTree(ast), true));
8 references to ForwardAxis
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (8)
52internal void MoveToParent(int depth, ForwardAxis parent) 94internal bool MoveToChild(string name, string URN, int depth, ForwardAxis parent) 142private ForwardAxis _subtree; // reference to the corresponding subtree 145internal ForwardAxis Subtree 156public AxisStack(ForwardAxis faxis, ActiveAxis parent) 318AxisStack stack = new AxisStack((ForwardAxis)axisTree.SubtreeArray[i], this); 523ForwardAxis axis = (ForwardAxis)_fAxisArray[i];