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