1 write to _customTempPath
Microsoft.CodeAnalysis (1)
StrongName\StrongNameFileSystem.cs (1)
23
_customTempPath
= customTempPath;
1 reference to _customTempPath
Microsoft.CodeAnalysis (1)
StrongName\StrongNameFileSystem.cs (1)
43
internal virtual string GetTempPath() =>
_customTempPath
?? Path.GetTempPath();