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)
131
ReportFault
(oce.InnerException, message, @params);
142
ReportFault
(innerException, message, @params);
Telemetry\VSTelemetryReporter.cs (2)
37
ReportFault
(innerException, "RIE: " + remoteInvocationException.Message);
44
ReportFault
(
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (6)
Telemetry\TelemetryReporterTests.cs (6)
233
reporter.
ReportFault
(rie, rie.Message);
251
reporter.
ReportFault
(rie, rie.Message);
293
reporter.
ReportFault
(exception, "Test message");
307
reporter.
ReportFault
(exception, "Test message");
327
reporter.
ReportFault
(exception, "Test message");
347
reporter.
ReportFault
(exception, "Test message");