3 implementations of ReportFault
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Telemetry\NoOpTelemetryReporter.cs (1)
51public void ReportFault(Exception exception, string? message, params object?[] @params)
Microsoft.CodeAnalysis.Remote.Razor (1)
src\Razor\src\Razor\src\Microsoft.VisualStudio.LanguageServices.Razor\Telemetry\TelemetryReporter.cs (1)
122public void ReportFault(Exception exception, string? message, params object?[] @params)
Microsoft.VisualStudio.LanguageServices.Razor (1)
Telemetry\TelemetryReporter.cs (1)
122public void ReportFault(Exception exception, string? message, params object?[] @params)
3 references to ReportFault
Microsoft.CodeAnalysis.Razor.Workspaces (1)
DocumentMapping\RazorEditService.cs (1)
195_telemetryReporter.ReportFault(
Microsoft.CodeAnalysis.Remote.Razor (1)
DocumentMapping\RemoteSpanMappingService.cs (1)
212_telemetryReporter.ReportFault(ex, "Failed to map edits");
Microsoft.VisualStudio.LanguageServices.Razor (1)
Remote\RemoteServiceInvoker.cs (1)
95_telemetryReporter.ReportFault(ex, "Exception calling remote method for {service}, invocation: {class}.{method}", typeof(TService).FullName, approximateCallingClassName, callerMemberName);