5 references to DesktopStrongNameProvider
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
13531var virtualSnProvider = new DesktopStrongNameProvider(ImmutableArray.Create(dir.Path));
Microsoft.CodeAnalysis.Workspaces (3)
Serialization\SerializationExtensions.cs (1)
40.WithStrongNameProvider(new DesktopStrongNameProvider(GetStrongNameKeyPaths(info)));
Workspace\CommandLineProject.cs (1)
50var strongNameProvider = new DesktopStrongNameProvider(commandLineArguments.KeyFileSearchPaths);
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
190.WithStrongNameProvider(new DesktopStrongNameProvider(_commandLineArgumentsForCommandLine.KeyFileSearchPaths.WhereNotNull().ToImmutableArray()));
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
361.WithStrongNameProvider(new DesktopStrongNameProvider(commandLineArgs.KeyFileSearchPaths))