3 implementations of ReportEvent
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Telemetry\NoOpTelemetryReporter.cs (1)
35public void ReportEvent(string name, Severity severity, Property property)
Microsoft.CodeAnalysis.Remote.Razor (1)
src\Razor\src\Razor\src\Microsoft.VisualStudio.LanguageServices.Razor\Telemetry\TelemetryReporter.cs (1)
66public void ReportEvent(string name, Severity severity, Property property)
Microsoft.VisualStudio.LanguageServices.Razor (1)
Telemetry\TelemetryReporter.cs (1)
66public void ReportEvent(string name, Severity severity, Property property)
2 references to ReportEvent
Microsoft.VisualStudio.LanguageServices.Razor (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CohostInitializeReporter.cs (1)
28_telemetryReporter.ReportEvent("initialize", Severity.Normal,
Microsoft.VisualStudioCode.RazorExtension (1)
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CohostInitializeReporter.cs (1)
28_telemetryReporter.ReportEvent("initialize", Severity.Normal,