4 writes to curNode
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (4)
39this.curNode = node; 64this.curNode = parent.RootNode; 70this.curNode = (DoubleLinkAxis)(this.curNode.Input); 132this.curNode = nowNode;
9 references to curNode
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (9)
33get { return this.curNode; } 62if ((this.curNode.Input == parent.RootNode) && (parent.IsDss)) 68else if (this.curNode.Input != null) 70this.curNode = (DoubleLinkAxis)(this.curNode.Input); 97if (Asttree.IsAttribute(this.curNode)) 107if (!AxisStack.Equal(this.curNode.Name, this.curNode.Urn, name, URN)) 120if (this.curNode == parent.TopNode) 126DoubleLinkAxis nowNode = (DoubleLinkAxis)(this.curNode.Next);