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)
90
var service =
GetService
<T>();
Workspaces\LspWorkspaceManagerFactory.cs (1)
28
var miscFilesWorkspace = lspServices.
GetService
<LspMiscellaneousFilesWorkspace>();