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