2 writes to KeyFileSearchPaths
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1559KeyFileSearchPaths = keyFileSearchPaths.AsImmutable(),
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1483.KeyFileSearchPaths = keyFileSearchPaths.AsImmutable(),
8 references to KeyFileSearchPaths
Microsoft.CodeAnalysis (1)
CommandLine\CommandLineArguments.cs (1)
307=> new DesktopStrongNameProvider(KeyFileSearchPaths, fileSystem);
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
CommandLineTests.cs (3)
468AssertEx.Equal(ImmutableArray.Create<string>(), parser.KeyFileSearchPaths); 480AssertEx.Equal(ImmutableArray.Create<string>(), parser.KeyFileSearchPaths); 494AssertEx.Equal(ImmutableArray.Create<string>(), parser.KeyFileSearchPaths);
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (1)
CommandLineTests.vb (1)
3558AssertEx.Equal(ImmutableArray.Create(Of String)(), args.KeyFileSearchPaths)
Microsoft.CodeAnalysis.Workspaces (2)
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))