5 references to DesktopStrongNameProvider
Microsoft.CodeAnalysis.Workspaces (4)
Serialization\AbstractOptionsSerializationService.cs (1)
162
var strongNameProvider = new
DesktopStrongNameProvider
([], Path.GetTempPath());
Serialization\SerializationExtensions.cs (1)
39
.WithStrongNameProvider(new
DesktopStrongNameProvider
(GetStrongNameKeyPaths(info), Path.GetTempPath()));
Workspace\CommandLineProject.cs (1)
47
var strongNameProvider = new
DesktopStrongNameProvider
(commandLineArguments.KeyFileSearchPaths, Path.GetTempPath());
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
174
.WithStrongNameProvider(new
DesktopStrongNameProvider
([.. _commandLineArgumentsForCommandLine.KeyFileSearchPaths.WhereNotNull()], Path.GetTempPath()));
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
237
.WithStrongNameProvider(new
DesktopStrongNameProvider
(commandLineArgs.KeyFileSearchPaths, Path.GetTempPath()))