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