4 references to TempFileCollection
System (2)
compmod\system\codedom\compiler\TempFiles.cs (2)
47public TempFileCollection() : this(null, false) { 53public TempFileCollection(string tempDir) : this(tempDir, false) {
System.Web (1)
HttpInputStream.cs (1)
233_tempFiles = new TempFileCollection(tempDir, false /*keepFiles*/);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
570using (TempFileCollection tempFileCollection = new TempFileCollection(Environment.GetEnvironmentVariable("temp", EnvironmentVariableTarget.User), true))