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)
196return _basePath; 204if (_basePath == null) 216string full = Path.GetFullPath(_basePath); 219tempFileName = _basePath + ".tmp";