1 write to KeyFileSearchPaths
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1502.KeyFileSearchPaths = keyFileSearchPaths.AsImmutable(),
7 references to KeyFileSearchPaths
Microsoft.CodeAnalysis (1)
CommandLine\CommandLineArguments.cs (1)
312=> new DesktopStrongNameProvider(KeyFileSearchPaths, fileSystem);
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
CommandLineTests.cs (3)
524AssertEx.Equal(ImmutableArray.Create<string>(), parser.KeyFileSearchPaths); 536AssertEx.Equal(ImmutableArray.Create<string>(), parser.KeyFileSearchPaths); 550AssertEx.Equal(ImmutableArray.Create<string>(), parser.KeyFileSearchPaths);
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (1)
CommandLineTests.vb (1)
3565AssertEx.Equal(ImmutableArray.Create(Of String)(), args.KeyFileSearchPaths)
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\CommandLineProject.cs (1)
47var strongNameProvider = new DesktopStrongNameProvider(commandLineArguments.KeyFileSearchPaths, Path.GetTempPath());
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
202.WithStrongNameProvider(new DesktopStrongNameProvider([.. _commandLineArgumentsForCommandLine.KeyFileSearchPaths.WhereNotNull()], Path.GetTempPath()));