1 write to _tempFiles
System.Web (1)
HttpInputStream.cs (1)
233_tempFiles = new TempFileCollection(tempDir, false /*keepFiles*/);
3 references to _tempFiles
System.Web (3)
HttpInputStream.cs (3)
234_filename = _tempFiles.AddExtension("post", false /*keepFiles*/); 251_tempFiles.Delete(); 252((IDisposable)_tempFiles).Dispose();