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