4 writes to currentDepth
System.Data (4)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (4)
57this.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)
63if (this.currentDepth == 0) 135if (this.currentDepth == 0) 175if (this.currentDepth == debugSymbolDepth) 185if (this.currentDepth == 0) 225SharedFx.Assert(this.currentDepth >= 0, "Unmatched WriteEndObject"); 226if (this.currentDepth == this.debugSymbolDepth && this.writeDebugSymbol)