Implemented interface member:
method
GetService<T>
Microsoft.CommonLanguageServerProtocol.Framework.ILspServices.GetService<T>()
3 references to GetService
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
AbstractRazorLspServiceFactory.cs (1)
29public T? GetService<T>() where T : notnull => lspServices.GetService<T>();
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
LspServices\LspServices.cs (1)
89var service = GetService<T>();
Workspaces\LspWorkspaceManagerFactory.cs (1)
21var miscFilesWorkspace = lspServices.GetService<ILspMiscellaneousFilesWorkspaceProvider>();