Implemented interface member:
method
TryGetService
Microsoft.CommonLanguageServerProtocol.Framework.ILspServices.TryGetService(System.Type, out System.Object)
2 references to TryGetService
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
AbstractRazorLspServiceFactory.cs (1)
30
public bool TryGetService(Type type, [NotNullWhen(true)] out object? service) => lspServices.
TryGetService
(type, out service);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\LspServices.cs (1)
96
return
TryGetService
(typeof(T), out var service)