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