2 references to GetRequiredLanguageService
Microsoft.CodeAnalysis.Workspaces (1)
Formatting\Formatter.cs (1)
319var syntaxFormattingService = workspace.Services.GetRequiredLanguageService<ISyntaxFormattingService>(language);
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspaceImpl.cs (1)
1649var commandLineParserService = Services.GetRequiredLanguageService<ICommandLineParserService>(languageName);