4 writes to curNode
System.Xml (4)
System\Xml\Schema\Asttree.cs (4)
35
this.
curNode
= node;
56
this.
curNode
= parent.RootNode;
61
this.
curNode
= (DoubleLinkAxis) (this.curNode.Input);
113
this.
curNode
= nowNode;
9 references to curNode
System.Xml (9)
System\Xml\Schema\Asttree.cs (9)
30
get { return this.
curNode
; }
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);
85
if (Asttree.IsAttribute(this.
curNode
)) {
93
if (! AxisStack.Equal (this.
curNode
.Name, this.
curNode
.Urn, name, URN)) {
103
if (this.
curNode
== parent.TopNode) {
108
DoubleLinkAxis nowNode = (DoubleLinkAxis) (this.
curNode
.Next);