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