4 instantiations of ForwardAxis
System.Xml (4)
System\Xml\Schema\Asttree.cs (4)
562this.fAxisArray.Add ( new ForwardAxis ( DoubleLinkAxis.ConvertTree ((Axis) (ast.Input)), false)); 565this.fAxisArray.Add ( new ForwardAxis ( DoubleLinkAxis.ConvertTree (ast), false)); 584this.fAxisArray.Add ( new ForwardAxis ( DoubleLinkAxis.ConvertTree ((Axis) (ast.Input)), true)); 587this.fAxisArray.Add ( new ForwardAxis ( DoubleLinkAxis.ConvertTree (ast), true));
6 references to ForwardAxis
System.Xml (6)
System\Xml\Schema\Asttree.cs (6)
47internal void MoveToParent(int depth, ForwardAxis parent) { 83internal bool MoveToChild(string name, string URN, int depth, ForwardAxis parent) { 123private ForwardAxis subtree; // reference to the corresponding subtree 126internal ForwardAxis Subtree { 135public AxisStack (ForwardAxis faxis, ActiveAxis parent) { 270AxisStack stack = new AxisStack ((ForwardAxis)axisTree.SubtreeArray[i], this);