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