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