2 writes to Input
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (2)
639top.Input = stepAst.Input; 662top.Input = null;
23 references to Input
dotnet-svcutil-lib (23)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (18)
62if ((this.curNode.Input == parent.RootNode) && (parent.IsDss)) 68else if (this.curNode.Input != null) 70this.curNode = (DoubleLinkAxis)(this.curNode.Input); 267if (_subtree.TopNode.Input == null) 275if ((eaxis.isMatch) && (eaxis.CurNode == _subtree.TopNode.Input)) 433return (new DoubleLinkAxis(axis, ConvertTree((Axis)(axis.Input)))); 484while (_rootNode.Input != null) 486_rootNode = (DoubleLinkAxis)(_rootNode.Input); 535printaxis = (DoubleLinkAxis)(printaxis.Input); 624stepAst = (Axis)(stepAst.Input); 639top.Input = stepAst.Input; 652stepAst = (Axis)(stepAst.Input); 665if (IsSelf(ast) && (ast.Input != null)) 667_fAxisArray.Add(new ForwardAxis(DoubleLinkAxis.ConvertTree((Axis)(ast.Input)), false)); 681stepAst = (Axis)(stepAst.Input); 687if ((stepAst == null) || (!IsSelf(stepAst)) || (stepAst.Input != null)) 693if (IsSelf(ast) && (ast.Input != null)) 695_fAxisArray.Add(new ForwardAxis(DoubleLinkAxis.ConvertTree((Axis)(ast.Input)), true));
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (5)
68if (root.Input != null) 73Axis input = root.Input as Axis; 82if (input.Input != null) 84qyGrandInput = ProcessNode(input.Input, Flags.SmartDesc, out props); 106qyInput = ProcessNode(root.Input, inputFlags, out props);