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