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