4 writes to curNode
System.Xml (4)
System\Xml\Schema\Asttree.cs (4)
35this.curNode = node; 56this.curNode = parent.RootNode; 61this.curNode = (DoubleLinkAxis) (this.curNode.Input); 113this.curNode = nowNode;
9 references to curNode
System.Xml (9)
System\Xml\Schema\Asttree.cs (9)
30get { return this.curNode; } 55if ((this.curNode.Input == parent.RootNode ) && (parent.IsDss)) { 60else if (this.curNode.Input != null) { // else cur-depth --, cur-node change 61this.curNode = (DoubleLinkAxis) (this.curNode.Input); 85if (Asttree.IsAttribute(this.curNode)) { 93if (! AxisStack.Equal (this.curNode.Name, this.curNode.Urn, name, URN)) { 103if (this.curNode == parent.TopNode) { 108DoubleLinkAxis nowNode = (DoubleLinkAxis) (this.curNode.Next);