1 write to _reporter
Microsoft.VisualStudioCode.RazorExtension (1)
Services\VSCodeTelemetryReporter.cs (1)
22
_reporter
= reporter;
2 references to _reporter
Microsoft.VisualStudioCode.RazorExtension (2)
Services\VSCodeTelemetryReporter.cs (2)
30
_reporter
?.Report(telemetryEvent.Name, telemetryEvent.Properties);
35
_reporter
?.Report(metricEvent.Event.Name, metricEvent.Event.Properties);