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