3 writes to Upsert
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (3)
5494
Upsert
= other.Upsert.Clone();
5661
Upsert
= new global::Aspire.ResourceService.Proto.V1.Resource();
5738
Upsert
= subBuilder;
10 references to Upsert
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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
);