4 writes to Upsert
Aspire.Hosting (4)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (3)
5494Upsert = other.Upsert.Clone(); 5661Upsert = new global::Aspire.ResourceService.Proto.V1.Resource(); 5738Upsert = subBuilder;
Dashboard\DashboardService.cs (1)
86change.Upsert = Resource.FromSnapshot(update.Resource);
10 references to Upsert
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
5494Upsert = other.Upsert.Clone(); 5568if (!object.Equals(Upsert, other.Upsert)) return false; 5578if (kindCase_ == KindOneofCase.Upsert) hash ^= Upsert.GetHashCode(); 5622output.WriteMessage(Upsert); 5638size += 1 + pb::CodedOutputStream.ComputeMessageSize(Upsert); 5660if (Upsert == null) { 5663Upsert.MergeFrom(other.Upsert); 5735subBuilder.MergeFrom(Upsert);