1 write to _tempDir
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Compiler\TempFiles.cs (1)
56
_tempDir
= tempDir;
2 references to _tempDir
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Compiler\TempFiles.cs (2)
185
get { return
_tempDir
== null ? string.Empty :
_tempDir
; }