3 references to GetLspServices
Microsoft.CommonLanguageServerProtocol.Framework.Package (3)
AbstractLanguageServer.cs (3)
257
var lifeCycleManager =
GetLspServices
().GetRequiredService<ILifeCycleManager>();
292
var lspServices =
GetLspServices
();
351
public T GetRequiredLspService<T>() where T : class => _server.
GetLspServices
().GetRequiredService<T>();