3 implementations of ReportEvent
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Telemetry\NoOpTelemetryReporter.cs (1)
47public void ReportEvent(string name, Severity severity, params ReadOnlySpan<Property> properties)
Microsoft.CodeAnalysis.Remote.Razor (1)
src\Razor\src\Razor\src\Microsoft.VisualStudio.LanguageServices.Razor\Telemetry\TelemetryReporter.cs (1)
93public void ReportEvent(string name, Severity severity, params ReadOnlySpan<Property> properties)
Microsoft.VisualStudio.LanguageServices.Razor (1)
Telemetry\TelemetryReporter.cs (1)
93public void ReportEvent(string name, Severity severity, params ReadOnlySpan<Property> properties)
3 references to ReportEvent
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Telemetry\TelemetryScope.cs (1)
71_reporter.ReportEvent(_name, _severity, _properties);
Microsoft.CodeAnalysis.Remote.Razor (1)
src\Razor\src\Razor\src\Microsoft.VisualStudio.LanguageServices.Razor\Telemetry\TelemetryReporter.cs (1)
519_telemetryReporter.ReportEvent("LSP_RequestCounter",
Microsoft.VisualStudio.LanguageServices.Razor (1)
Telemetry\TelemetryReporter.cs (1)
519_telemetryReporter.ReportEvent("LSP_RequestCounter",