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