3 references to GetTempPath
Microsoft.CodeAnalysis (1)
Compilation.EmitStream.cs (1)
140
var tempDir = fileSystem.
GetTempPath
();
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
Emit\DesktopStrongNameProviderTests.cs (2)
24
Assert.Equal(tempDir.Path, provider.FileSystem.
GetTempPath
());
31
Assert.Equal(Path.GetTempPath(), provider.FileSystem.
GetTempPath
());