3 references to temporaryFiles
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\CompileXomlTask.cs (3)
393string[] tempFiles = new string[this.temporaryFiles.Count]; 395this.temporaryFiles.CopyTo(tempFiles, 0); 638this.temporaryFiles.Add(tempFile);