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