2 writes to StartedAt
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
421
StartedAt
= legacyInfo.StartedAt
BackchannelJsonSerializerContext.GetAppHostInfoResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Aspire.Cli.Backchannel.GetAppHostInfoResponse(){ Pid = (string)args[0], AspireHostVersion = (string)args[1], AppHostPath = (string)args[2], CliProcessId = (int?)args[3],
StartedAt
= (global::System.DateTimeOffset?)args[4] },
2 references to StartedAt
aspire (2)
BackchannelJsonSerializerContext.GetAppHostInfoResponse.g.cs (2)
147
Getter = static obj => ((global::Aspire.Cli.Backchannel.GetAppHostInfoResponse)obj).
StartedAt
,
181
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Aspire.Cli.Backchannel.GetAppHostInfoResponse)value).
StartedAt
, NullableDateTimeOffset);