1 implementation of ReportFault
Microsoft.VisualStudio.LanguageServices.DevKit (1)
Logging\VSCodeTelemetryLogger.cs (1)
100
public void
ReportFault
(string eventName, string description, int logLevel, bool forceDump, int processId, Exception exception)
2 references to ReportFault
Microsoft.CodeAnalysis.LanguageServer (1)
Logging\RoslynLogger.cs (1)
83
telemetryReporter.
ReportFault
(eventName, description, (int)severity, forceDump, currentProcess.Id, exception);
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
TelemetryReporterTests.cs (1)
50
service.
ReportFault
(GetEventName(nameof(TestFault)), "test description", logLevel: 2, forceDump: false, processId: 0, new Exception());