3 writes to kindCase_
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (3)
5515kindCase_ = value == null ? KindOneofCase.None : KindOneofCase.Delete; 5527kindCase_ = value == null ? KindOneofCase.None : KindOneofCase.Upsert; 5548kindCase_ = KindOneofCase.None;
12 references to kindCase_
Aspire.Hosting (12)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (12)
5512get { return kindCase_ == KindOneofCase.Delete ? (global::Aspire.ResourceService.Proto.V1.ResourceDeletion) kind_ : null; } 5524get { return kindCase_ == KindOneofCase.Upsert ? (global::Aspire.ResourceService.Proto.V1.Resource) kind_ : null; } 5542get { return kindCase_; } 5577if (kindCase_ == KindOneofCase.Delete) hash ^= Delete.GetHashCode(); 5578if (kindCase_ == KindOneofCase.Upsert) hash ^= Upsert.GetHashCode(); 5579hash ^= (int) kindCase_; 5616if (kindCase_ == KindOneofCase.Delete) { 5620if (kindCase_ == KindOneofCase.Upsert) { 5634if (kindCase_ == KindOneofCase.Delete) { 5637if (kindCase_ == KindOneofCase.Upsert) { 5725if (kindCase_ == KindOneofCase.Delete) { 5734if (kindCase_ == KindOneofCase.Upsert) {