5 references to GetSigningTempPath
Microsoft.CodeAnalysis (1)
Compilation.EmitStream.cs (1)
124var tempDir = fileSystem.GetSigningTempPath();
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (2)
Emit\DesktopStrongNameProviderTests.cs (2)
24Assert.Equal(tempDir.Path, provider.FileSystem.GetSigningTempPath()); 31Assert.Null(provider.FileSystem.GetSigningTempPath());
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\InternalsVisibleToAndStrongNameTests.cs (2)
194Assert.Null(options.StrongNameProvider.FileSystem.GetSigningTempPath()); 209Assert.NotNull(options.StrongNameProvider.FileSystem.GetSigningTempPath());