1 write to basePath
System (1)
compmod\system\codedom\compiler\TempFiles.cs (1)
213basePath = GetTempFileName(TempDir);
4 references to basePath
System (4)
compmod\system\codedom\compiler\TempFiles.cs (4)
198return basePath; 205if (basePath == null) { 215string full = Path.GetFullPath(basePath); 220tempFileName = basePath + ".tmp";