7 references to DesktopStrongNameProvider
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
14209
var virtualSnProvider = new
DesktopStrongNameProvider
(ImmutableArray.Create(dir.Path));
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (6)
Emit\DesktopStrongNameProviderTests.cs (6)
48
var provider1 = new
DesktopStrongNameProvider
(keyFileSearchPaths: [tempDir.Path]);
49
var provider2 = new
DesktopStrongNameProvider
(keyFileSearchPaths: [tempDir.Path]);
68
var provider1 = new
DesktopStrongNameProvider
(keyFileSearchPaths: [tempDir.Path]);
69
var provider2 = new
DesktopStrongNameProvider
(keyFileSearchPaths: [tempDir.Path + "2"]);
78
var provider1 = new
DesktopStrongNameProvider
(keyFileSearchPaths: [tempDir.Path]);
79
var provider2 = new
DesktopStrongNameProvider
(keyFileSearchPaths: [tempDir.Path.ToUpper()]);