5 writes to curDepth
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (5)
40
this.rootDepth = this.
curDepth
= depth;
46
this.rootDepth = this.
curDepth
= depth;
65
this.rootDepth = this.
curDepth
= -1;
71
this.
curDepth
--;
133
this.
curDepth
++;
4 references to curDepth
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (4)
55
if (depth == this.
curDepth
- 1)
80
else if (depth == this.
curDepth
)
111
if (this.
curDepth
== -1)
115
else if (depth > this.
curDepth
)