2 writes to Input
System.Private.Xml (2)
System\Xml\Schema\Asttree.cs (2)
620top.Input = stepAst.Input; 643top.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)) 439return new DoubleLinkAxis(axis, ConvertTree((Axis?)axis.Input)); 490while (_rootNode.Input != null) 492_rootNode = (DoubleLinkAxis)(_rootNode.Input); 605stepAst = (Axis?)(stepAst.Input); 620top.Input = stepAst.Input; 633stepAst = (Axis?)(stepAst.Input); 646if (IsSelf(ast) && (ast.Input != null)) 648_fAxisArray.Add(new ForwardAxis(DoubleLinkAxis.ConvertTree((Axis)(ast.Input)), false)); 662stepAst = (Axis?)(stepAst.Input); 668if ((stepAst == null) || (!IsSelf(stepAst)) || (stepAst.Input != null)) 674if (IsSelf(ast) && (ast.Input != null)) 676_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);