1 write to temporaryFiles
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
1340
this.
temporaryFiles
= value;
3 references to temporaryFiles
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\CompileXomlTask.cs (3)
1336
return this.
temporaryFiles
;
1348
if (this.
temporaryFiles
!= null)
1350
foreach (ITaskItem tempFileTask in this.
temporaryFiles
)