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