3 writes to StartedAt
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
4790StartedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); 4976StartedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp();
Dashboard\proto\Partials.cs (1)
31resource.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)
4549if (!object.Equals(StartedAt, other.StartedAt)) return false; 4573if (startedAt_ != null) hash ^= StartedAt.GetHashCode(); 4688output.WriteMessage(StartedAt); 4737size += 2 + pb::CodedOutputStream.ComputeMessageSize(StartedAt); 4792StartedAt.MergeFrom(other.StartedAt); 4978input.ReadMessage(StartedAt);