7 references to WithStrongNameProvider
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Compilation\CSharpCompilationOptionsTests.cs (1)
95TestHiddenProperty((old, value) => old.WithStrongNameProvider(value), opt => opt.StrongNameProvider, new DesktopStrongNameProvider());
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestWorkspace_XmlConsumption.cs (1)
686.WithStrongNameProvider(strongNameProvider)
Microsoft.CodeAnalysis.Workspaces (3)
Serialization\SerializationExtensions.cs (1)
40.WithStrongNameProvider(new DesktopStrongNameProvider(GetStrongNameKeyPaths(info)));
Workspace\CommandLineProject.cs (1)
186.WithStrongNameProvider(strongNameProvider)
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))
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\TempPECompiler.cs (1)
80.WithStrongNameProvider(null));