Implemented interface member:
method
TryGetService
Microsoft.CommonLanguageServerProtocol.Framework.ILspServices.TryGetService(System.Type)
2 references to TryGetService
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
LspServices\LspServices.cs (2)
68service ??= (T?)TryGetService(typeof(T)); 135var instance = TryGetService(service);