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