19 references to GetTempPath
ComSvcConfig (1)
AtomicFile.cs (1)
203return Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
mscorlib (1)
system\io\path.cs (1)
1136String path = GetTempPath();
PresentationFramework (1)
src\Framework\System\Windows\Documents\Speller.cs (1)
1673tempFolder = System.IO.Path.GetTempPath();
System (2)
compmod\system\codedom\compiler\TempFiles.cs (1)
323tempDir = Path.GetTempPath();
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
231tempPath = Path.GetTempPath();
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
415target = Path.Combine(Path.GetTempPath(), Path.GetTempFileName());
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
117tempFiles = new TempFileCollection(Path.GetTempPath());
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
276tempFiles = new TempFileCollection(Path.GetTempPath());
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ComPlusInstanceContextInitializer.cs (2)
45tempPath = Path.GetTempPath(); 158tempPath = Path.GetTempPath();
System.Web (2)
Hosting\ApplicationManager.cs (1)
1446tempDirectory = Path.GetTempPath();
HttpRuntime.cs (1)
979tempDirectory = Path.GetTempPath();
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
1283this.Url = Path.GetTempPath(); 1284this.Directory = Path.GetTempPath();
System.Web.Mobile (1)
UI\MobileControls\Design\Util\TemporaryBitmapFile.cs (1)
36_path = Path.GetTempPath() + Guid.NewGuid().ToString() + ".bmp";
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
4802string tempDirName = System.IO.Path.GetTempPath();
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompiler.cs (1)
518createdDirectoryName = Path.GetTempPath() + "\\" + Guid.NewGuid();
System.Xml (2)
System\Xml\Serialization\CodeGenerator.cs (1)
1758tempFilesLocation = Path.GetTempPath();
System\Xml\Serialization\Compiler.cs (1)
134baseDir = Path.GetTempPath();