1 implementation of GetService
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
AbstractRazorLspServiceFactory.cs (1)
29public T? GetService<T>() where T : notnull => lspServices.GetService<T>();