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