3 references to GetExtendedLanguageServices
GenerateDocumentationAndConfigFiles (3)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\HostWorkspaceServicesExtensions.cs (2)
10
=> hostWorkspaceServices?.
GetExtendedLanguageServices
(languageName).GetService<TLanguageService>();
13
=> hostWorkspaceServices.
GetExtendedLanguageServices
(languageName).GetRequiredService<TLanguageService>();
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\ISolutionExtensions.cs (1)
174
=> solution.Workspace.Services.
GetExtendedLanguageServices
(languageName);