4 references to SetCommandLine
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\LoadedProject.cs (1)
148_optionsProcessor.SetCommandLine(newProjectInfo.CommandLineArgs);
HostWorkspace\WorkspaceProject.cs (1)
196return RunAndReportNFWAsync(() => _optionsProcessor.SetCommandLine([.. arguments]), cancellationToken);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (2)
86SetCommandLine([.. arguments]); 137/// Returns the parsed command line arguments for the arguments set with <see cref="SetCommandLine(ImmutableArray{string})"/>.