3 writes to StoppedAt
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
4796
StoppedAt
= new global::Google.Protobuf.WellKnownTypes.Timestamp();
4983
StoppedAt
= new global::Google.Protobuf.WellKnownTypes.Timestamp();
Dashboard\proto\Partials.cs (1)
36
resource.
StoppedAt
= Timestamp.FromDateTime(snapshot.StopTimeStamp.Value.ToUniversalTime());
8 references to StoppedAt
Aspire.Hosting (8)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (8)
4550
if (!object.Equals(
StoppedAt
, other.
StoppedAt
)) return false;
4574
if (stoppedAt_ != null) hash ^=
StoppedAt
.GetHashCode();
4692
output.WriteMessage(
StoppedAt
);
4740
size += 2 + pb::CodedOutputStream.ComputeMessageSize(
StoppedAt
);
4798
StoppedAt
.MergeFrom(other.
StoppedAt
);
4985
input.ReadMessage(
StoppedAt
);