1 implementation of ReportEvent
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\Razor\TelemetryReporterWrapper.cs (1)
12
public 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);