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