3 writes to CreatedAt
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
4775CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp(); 4941CreatedAt = new global::Google.Protobuf.WellKnownTypes.Timestamp();
Dashboard\proto\Partials.cs (1)
26resource.CreatedAt = Timestamp.FromDateTime(snapshot.CreationTimeStamp.Value.ToUniversalTime());
8 references to CreatedAt
Aspire.Hosting (8)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (8)
4541if (!object.Equals(CreatedAt, other.CreatedAt)) return false; 4565if (createdAt_ != null) hash ^= CreatedAt.GetHashCode(); 4674output.WriteMessage(CreatedAt); 4725size += 1 + pb::CodedOutputStream.ComputeMessageSize(CreatedAt); 4777CreatedAt.MergeFrom(other.CreatedAt); 4943input.ReadMessage(CreatedAt);