1 type derived from RazorTelemetryReporter
Microsoft.VisualStudioCode.RazorExtension (1)
Services\TelemetryReporterWrapper.cs (1)
13internal sealed class TelemetryReporterWrapper : RazorTelemetryReporter
3 references to RazorTelemetryReporter
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\Razor\RazorInitializer.cs (2)
31var razorTelemetryReporter = context.GetService<RazorTelemetryReporter>();
Microsoft.VisualStudioCode.RazorExtension (1)
Services\TelemetryReporterWrapper.cs (1)
12[ExportRazorStatelessLspService(typeof(RazorTelemetryReporter))]