Implemented interface member:
method
ReportFault
Microsoft.CodeAnalysis.Razor.Telemetry.ITelemetryReporter.ReportFault(System.Exception, System.String, params System.Object[])
10 references to ReportFault
Microsoft.VisualStudio.LanguageServices.Razor (4)
Telemetry\TelemetryReporter.cs (2)
131ReportFault(oce.InnerException, message, @params); 142ReportFault(innerException, message, @params);
Telemetry\VSTelemetryReporter.cs (2)
37ReportFault(innerException, "RIE: " + remoteInvocationException.Message); 44ReportFault(
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (6)
Telemetry\TelemetryReporterTests.cs (6)
233reporter.ReportFault(rie, rie.Message); 251reporter.ReportFault(rie, rie.Message); 293reporter.ReportFault(exception, "Test message"); 307reporter.ReportFault(exception, "Test message"); 327reporter.ReportFault(exception, "Test message"); 347reporter.ReportFault(exception, "Test message");