1 type derived from TelemetryReporter
Microsoft.VisualStudio.LanguageServices.Razor (1)
Telemetry\VSTelemetryReporter.cs (1)
15internal class VSTelemetryReporter(ILoggerFactory loggerFactory) : TelemetryReporter(TelemetryService.DefaultSession)
10 references to TelemetryReporter
Microsoft.VisualStudio.LanguageServices.Razor (8)
Telemetry\AggregatingTelemetryLog.cs (5)
24private readonly TelemetryReporter _telemetryReporter; 38public AggregatingTelemetryLog(TelemetryReporter reporter, string name, double[]? bucketBoundaries) 43_meter = meterProvider.CreateMeter(TelemetryReporter.GetPropertyName("meter"), version: MeterVersion); 44_eventName = TelemetryReporter.GetEventName(name); 69TelemetryReporter.AddToProperties(telemetryEvent.Properties, new Property("method", method));
Telemetry\AggregatingTelemetryLogManager.cs (2)
13private readonly TelemetryReporter _telemetryReporter; 16public AggregatingTelemetryLogManager(TelemetryReporter session)
Telemetry\TelemetryReporter.cs (1)
486public static TelemetrySessionManager Create(TelemetryReporter telemetryReporter, TelemetrySession session)
Microsoft.VisualStudio.RazorExtension (2)
Snippets\SnippetService.cs (2)
64_joinableTaskFactory.RunAsync(InitializeAsync).FileAndForget(TelemetryReporter.GetEventName("SnippetService_Initialize")); 78PopulateAsync().FileAndForget(TelemetryReporter.GetEventName("SnippetService_Populate"));