2 writes to temporaryFiles
System.Activities (2)
System\Activities\Debugger\DebugManager.cs (2)
129this.temporaryFiles = new List<string>(); 295this.temporaryFiles = null;
4 references to temporaryFiles
System.Activities (4)
System\Activities\Debugger\DebugManager.cs (4)
127if (this.temporaryFiles == null) 132this.temporaryFiles.Add(sourcePath); 282if (this.temporaryFiles != null) 284foreach (string temporaryFile in this.temporaryFiles)