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)
29
public T? GetService<T>() where T : notnull => lspServices.
GetService
<T>();
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
LspServices\LspServices.cs (1)
89
var service =
GetService
<T>();
Workspaces\LspWorkspaceManagerFactory.cs (1)
21
var miscFilesWorkspace = lspServices.
GetService
<ILspMiscellaneousFilesWorkspaceProvider>();