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)
68
service ??= (T?)
TryGetService
(typeof(T));
135
var instance =
TryGetService
(service);