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