3 references to GetEventName
Microsoft.CodeAnalysis.LanguageServer.UnitTests (3)
TelemetryReporterTests.cs (3)
51
service.ReportFault(
GetEventName
(nameof(TestFault)), "test description", logLevel: 2, forceDump: false, processId: 0, new Exception());
58
service.LogBlockStart(
GetEventName
(nameof(TestBlockLogging)), kind: 0, blockId: 0);
66
service.Log(
GetEventName
(nameof(TestLog)), []);