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