1 implementation of 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);