1 implementation of ReportEvent
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\Razor\TelemetryReporterWrapper.cs (1)
12public void ReportEvent(string name, List<KeyValuePair<string, object?>> properties)
1 reference to ReportEvent
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorTelemetryReporter.cs (1)
20_wrapper?.ReportEvent(name, properties);