1 write to StartedAt
aspire (1)
BackchannelJsonSerializerContext.AppHostInformation.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.AppHostInformation(){ AppHostPath = (string)args[0], ProcessId = (int)args[1], CliProcessId = (int?)args[2],
StartedAt
= (global::System.DateTimeOffset?)args[3] },
5 references to StartedAt
aspire (5)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
421
StartedAt = legacyInfo.
StartedAt
Backchannel\AppHostConnectionResolver.cs (2)
116
.OrderByDescending(c => c.AppHostInfo?.
StartedAt
?? DateTimeOffset.MinValue)
140
.OrderByDescending(c => c.AppHostInfo?.
StartedAt
?? DateTimeOffset.MinValue)
BackchannelJsonSerializerContext.AppHostInformation.g.cs (2)
122
Getter = static obj => ((global::Aspire.Cli.Backchannel.AppHostInformation)obj).
StartedAt
,
155
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Cli.Backchannel.AppHostInformation)value).
StartedAt
, NullableDateTimeOffset);