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