2 writes to StartedAt
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
4790StartedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); 4976StartedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp();
9 references to StartedAt
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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);
ResourceService\Partials.cs (1)
30StartTimeStamp = StartedAt?.ToDateTime(),