3 writes to StartedAt
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
4790
StartedAt
= new global::Google.Protobuf.WellKnownTypes.Timestamp();
4976
StartedAt
= new global::Google.Protobuf.WellKnownTypes.Timestamp();
Dashboard\proto\Partials.cs (1)
31
resource.
StartedAt
= Timestamp.FromDateTime(snapshot.StartTimeStamp.Value.ToUniversalTime());
8 references to StartedAt
Aspire.Hosting (8)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\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
);