2 writes to Input
System.Xml (2)
System\Xml\Schema\Asttree.cs (2)
540top.Input = stepAst.Input; 559top.Input = null;
22 references to Input
System.Xml (22)
System\Xml\Schema\Asttree.cs (17)
55if ((this.curNode.Input == parent.RootNode ) && (parent.IsDss)) { 60else if (this.curNode.Input != null) { // else cur-depth --, cur-node change 61this.curNode = (DoubleLinkAxis) (this.curNode.Input); 226if (this.subtree.TopNode.Input == null) { 232if ((eaxis.isMatch) && (eaxis.CurNode == this.subtree.TopNode.Input)) { 366return ( new DoubleLinkAxis (axis, ConvertTree ((Axis) (axis.Input)))); 410while ( this.rootNode.Input != null ) { 411this.rootNode = (DoubleLinkAxis)(this.rootNode.Input); 528stepAst = (Axis) (stepAst.Input); 540top.Input = stepAst.Input; 550stepAst = (Axis) (stepAst.Input); 561if (IsSelf(ast) && (ast.Input != null)) { 562this.fAxisArray.Add ( new ForwardAxis ( DoubleLinkAxis.ConvertTree ((Axis) (ast.Input)), false)); 573stepAst = (Axis) (stepAst.Input); 578if ((stepAst == null) || (! IsSelf (stepAst)) || (stepAst.Input != null)) { 583if (IsSelf(ast) && (ast.Input != null)) { 584this.fAxisArray.Add ( new ForwardAxis ( DoubleLinkAxis.ConvertTree ((Axis) (ast.Input)), true));
System\Xml\XPath\Internal\QueryBuilder.cs (5)
63if (root.Input != null) { 66Axis input = root.Input as Axis; 73if (input.Input != null) { 74qyGrandInput = ProcessNode(input.Input, Flags.SmartDesc, out props); 92qyInput = ProcessNode(root.Input, inputFlags, out props);