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