2 writes to writeDebugSymbol
System.Data (2)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (2)
179
this.
writeDebugSymbol
= true;
232
this.
writeDebugSymbol
= false;
1 reference to writeDebugSymbol
System.Data (1)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (1)
226
if (this.currentDepth == this.debugSymbolDepth && this.
writeDebugSymbol
)