Implemented interface member:
method
TryGetService
Microsoft.CommonLanguageServerProtocol.Framework.ILspServices.TryGetService(System.Type, out System.Object)
1 reference to TryGetService
Microsoft.CommonLanguageServerProtocol.Framework.Example (1)
ExampleLspServices.cs (1)
26
return
TryGetService
(typeof(T), out var service)