3 writes to Timestamp
Aspire.Hosting (1)
DashboardLogMessageContext.DashboardLogMessage.g.cs (1)
56Setter = static (obj, value) => ((global::Aspire.Hosting.Dashboard.DashboardLogMessage)obj).Timestamp = value!,
Aspire.Hosting.Tests (2)
Dashboard\DashboardLifecycleHookTests.cs (2)
531Timestamp = timestamp.ToString(KnownFormats.ConsoleLogsTimestampFormat, CultureInfo.InvariantCulture), 558Timestamp = timestamp.ToString(KnownFormats.ConsoleLogsTimestampFormat, CultureInfo.InvariantCulture),
1 reference to Timestamp
Aspire.Hosting (1)
DashboardLogMessageContext.DashboardLogMessage.g.cs (1)
55Getter = static obj => ((global::Aspire.Hosting.Dashboard.DashboardLogMessage)obj).Timestamp,