1 write to _basePath
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Compiler\TempFiles.cs (1)
214
_basePath
= GetTempFileName(TempDir);
4 references to _basePath
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\Compiler\TempFiles.cs (4)
196
return
_basePath
;
204
if (
_basePath
== null)
216
string full = Path.GetFullPath(
_basePath
);
219
tempFileName =
_basePath
+ ".tmp";