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