1 override of ShouldSaveCommandLine
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProjectSystemProjectOptionsProcessor.cs (1)
43
protected override bool
ShouldSaveCommandLine
(ImmutableArray<string> arguments)
1 reference to ShouldSaveCommandLine
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
67
_commandLine =
ShouldSaveCommandLine
(arguments) ? arguments : default;