2 types derived from AbstractRazorLspService
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (2)
AbstractRazorInitializer.cs (1)
7
internal abstract class AbstractRazorInitializer :
AbstractRazorLspService
RazorTelemetryReporter.cs (1)
9
internal abstract class RazorTelemetryReporter :
AbstractRazorLspService
1 reference to AbstractRazorLspService
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
AbstractRazorLspServiceFactory.cs (1)
19
protected abstract
AbstractRazorLspService
CreateService(IRazorLspServices lspServices);