4 references to TempFileCollection
System (2)
compmod\system\codedom\compiler\TempFiles.cs (2)
47
public TempFileCollection() :
this
(null, false) {
53
public 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)
570
using (TempFileCollection tempFileCollection = new
TempFileCollection
(Environment.GetEnvironmentVariable("temp", EnvironmentVariableTarget.User), true))