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