4 writes to currentDepth
System.Data (4)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (4)
57
this.
currentDepth
= 0;
212
++this.
currentDepth
;
218
++this.
currentDepth
;
224
--this.
currentDepth
;
6 references to currentDepth
System.Data (6)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (6)
63
if (this.
currentDepth
== 0)
135
if (this.
currentDepth
== 0)
175
if (this.
currentDepth
== debugSymbolDepth)
185
if (this.
currentDepth
== 0)
225
SharedFx.Assert(this.
currentDepth
>= 0, "Unmatched WriteEndObject");
226
if (this.
currentDepth
== this.debugSymbolDepth && this.writeDebugSymbol)