2 writes to StartedAt
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
4790
StartedAt
= new global::Google.Protobuf.WellKnownTypes.Timestamp();
4976
StartedAt
= new global::Google.Protobuf.WellKnownTypes.Timestamp();
9 references to StartedAt
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (8)
4549
if (!object.Equals(
StartedAt
, other.
StartedAt
)) return false;
4573
if (startedAt_ != null) hash ^=
StartedAt
.GetHashCode();
4688
output.WriteMessage(
StartedAt
);
4737
size += 2 + pb::CodedOutputStream.ComputeMessageSize(
StartedAt
);
4792
StartedAt
.MergeFrom(other.
StartedAt
);
4978
input.ReadMessage(
StartedAt
);
ResourceService\Partials.cs (1)
30
StartTimeStamp =
StartedAt
?.ToDateTime(),