Implemented interface member:
method
GetService<T>
Microsoft.CommonLanguageServerProtocol.Framework.ILspServices.GetService<T>()
2 references to GetService
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
LspServices\LspServices.cs (1)
77var service = GetService<T>();
Workspaces\LspWorkspaceManagerFactory.cs (1)
28var miscFilesWorkspace = lspServices.GetService<LspMiscellaneousFilesWorkspace>();