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