2 writes to debugSymbolDepth
System.Data (2)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (2)
167debugSymbolDepth = 1; 171debugSymbolDepth = 0;
2 references to debugSymbolDepth
System.Data (2)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (2)
175if (this.currentDepth == debugSymbolDepth) 226if (this.currentDepth == this.debugSymbolDepth && this.writeDebugSymbol)