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)
62if (_solutionServices.SupportedLanguages.Contains(language) && 63_solutionServices.GetLanguageServices(language).GetService<ICommandLineParserService>() is not null)