1 implementation of GetService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServices.cs (1)
95public T? GetService<T>() where T : notnull
2 references to GetService
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\RequestContext.cs (1)
396return _lspServices.GetService<T>();
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
64var telemetryService = lspServices.GetService<AbstractTelemetryService>();