1 write to _solutionServices
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\ProjectFileExtensionRegistry.cs (1)
23
_solutionServices
= solutionServices;
2 references to _solutionServices
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\ProjectFileExtensionRegistry.cs (2)
62
if (
_solutionServices
.SupportedLanguages.Contains(language) &&
63
_solutionServices
.GetLanguageServices(language).GetService<ICommandLineParserService>() is not null)