1 write to EventName
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
276EventName = log.EventName
4 references to EventName
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
330if (json.EventName is not null) 332logRecord.EventName = json.EventName;
Aspire.Dashboard.Tests (2)
Model\TelemetryExportServiceTests.cs (2)
87Assert.Equal("TestEvent", logRecord.EventName); 861Assert.Equal(japaneseEventName, logRecord.EventName);