4 writes to curNode
System.Private.Xml (4)
System\Xml\Schema\Asttree.cs (4)
36
this.
curNode
= node;
60
this.
curNode
= parent.RootNode;
66
this.
curNode
= (DoubleLinkAxis)(this.curNode.Input);
133
this.
curNode
= nowNode;
9 references to curNode
System.Private.Xml (9)
System\Xml\Schema\Asttree.cs (9)
30
get { return this.
curNode
; }
58
if ((this.
curNode
.Input == parent.RootNode) && (parent.IsDss))
64
else if (this.
curNode
.Input != null)
66
this.curNode = (DoubleLinkAxis)(this.
curNode
.Input);
93
if (Asttree.IsAttribute(this.
curNode
))
104
if (!AxisStack.Equal(this.
curNode
.Name, this.
curNode
.Urn, name, URN))
119
if (this.
curNode
== parent.TopNode)
126
DoubleLinkAxis nowNode = (DoubleLinkAxis)(this.
curNode
.Next!);