2 writes to Input
System.Xml (2)
System\Xml\Schema\Asttree.cs (2)
540
top.
Input
= stepAst.Input;
559
top.
Input
= null;
22 references to Input
System.Xml (22)
System\Xml\Schema\Asttree.cs (17)
55
if ((this.curNode.
Input
== parent.RootNode ) && (parent.IsDss)) {
60
else if (this.curNode.
Input
!= null) { // else cur-depth --, cur-node change
61
this.curNode = (DoubleLinkAxis) (this.curNode.
Input
);
226
if (this.subtree.TopNode.
Input
== null) {
232
if ((eaxis.isMatch) && (eaxis.CurNode == this.subtree.TopNode.
Input
)) {
366
return ( new DoubleLinkAxis (axis, ConvertTree ((Axis) (axis.
Input
))));
410
while ( this.rootNode.
Input
!= null ) {
411
this.rootNode = (DoubleLinkAxis)(this.rootNode.
Input
);
528
stepAst = (Axis) (stepAst.
Input
);
540
top.Input = stepAst.
Input
;
550
stepAst = (Axis) (stepAst.
Input
);
561
if (IsSelf(ast) && (ast.
Input
!= null)) {
562
this.fAxisArray.Add ( new ForwardAxis ( DoubleLinkAxis.ConvertTree ((Axis) (ast.
Input
)), false));
573
stepAst = (Axis) (stepAst.
Input
);
578
if ((stepAst == null) || (! IsSelf (stepAst)) || (stepAst.
Input
!= null)) {
583
if (IsSelf(ast) && (ast.
Input
!= null)) {
584
this.fAxisArray.Add ( new ForwardAxis ( DoubleLinkAxis.ConvertTree ((Axis) (ast.
Input
)), true));
System\Xml\XPath\Internal\QueryBuilder.cs (5)
63
if (root.
Input
!= null) {
66
Axis input = root.
Input
as Axis;
73
if (input.
Input
!= null) {
74
qyGrandInput = ProcessNode(input.
Input
, Flags.SmartDesc, out props);
92
qyInput = ProcessNode(root.
Input
, inputFlags, out props);