2 writes to Input
System.Private.Xml (2)
System\Xml\Schema\Asttree.cs (2)
617top.Input = stepAst.Input; 640top.Input = null;
22 references to Input
System.Private.Xml (22)
System\Xml\Schema\Asttree.cs (17)
58if ((this.curNode.Input == parent.RootNode) && (parent.IsDss)) 64else if (this.curNode.Input != null) 66this.curNode = (DoubleLinkAxis)(this.curNode.Input); 268if (_subtree.TopNode.Input == null) 276if ((eaxis.isMatch) && (eaxis.CurNode == _subtree.TopNode.Input)) 436return new DoubleLinkAxis(axis, ConvertTree((Axis?)axis.Input)); 487while (_rootNode.Input != null) 489_rootNode = (DoubleLinkAxis)(_rootNode.Input); 602stepAst = (Axis?)(stepAst.Input); 617top.Input = stepAst.Input; 630stepAst = (Axis?)(stepAst.Input); 643if (IsSelf(ast) && (ast.Input != null)) 645_fAxisArray.Add(new ForwardAxis(DoubleLinkAxis.ConvertTree((Axis)(ast.Input)), false)); 659stepAst = (Axis?)(stepAst.Input); 665if ((stepAst == null) || (!IsSelf(stepAst)) || (stepAst.Input != null)) 671if (IsSelf(ast) && (ast.Input != null)) 673_fAxisArray.Add(new ForwardAxis(DoubleLinkAxis.ConvertTree((Axis)(ast.Input)), true));
System\Xml\XPath\Internal\QueryBuilder.cs (5)
66if (root.Input != null) 71Axis? input = root.Input as Axis; 80if (input.Input != null) 82qyGrandInput = ProcessNode(input.Input, Flags.SmartDesc, out props); 104qyInput = ProcessNode(root.Input, inputFlags, out props);