22 references to KindOneofCase
Aspire.Hosting (22)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (22)
5490
case
KindOneofCase
.Delete:
5493
case
KindOneofCase
.Upsert:
5512
get { return kindCase_ ==
KindOneofCase
.Delete ? (global::Aspire.ResourceService.Proto.V1.ResourceDeletion) kind_ : null; }
5515
kindCase_ = value == null ?
KindOneofCase
.None :
KindOneofCase
.Delete;
5524
get { return kindCase_ ==
KindOneofCase
.Upsert ? (global::Aspire.ResourceService.Proto.V1.Resource) kind_ : null; }
5527
kindCase_ = value == null ?
KindOneofCase
.None :
KindOneofCase
.Upsert;
5538
private
KindOneofCase
kindCase_ =
KindOneofCase
.None;
5541
public
KindOneofCase
KindCase {
5548
kindCase_ =
KindOneofCase
.None;
5577
if (kindCase_ ==
KindOneofCase
.Delete) hash ^= Delete.GetHashCode();
5578
if (kindCase_ ==
KindOneofCase
.Upsert) hash ^= Upsert.GetHashCode();
5616
if (kindCase_ ==
KindOneofCase
.Delete) {
5620
if (kindCase_ ==
KindOneofCase
.Upsert) {
5634
if (kindCase_ ==
KindOneofCase
.Delete) {
5637
if (kindCase_ ==
KindOneofCase
.Upsert) {
5653
case
KindOneofCase
.Delete:
5659
case
KindOneofCase
.Upsert:
5725
if (kindCase_ ==
KindOneofCase
.Delete) {
5734
if (kindCase_ ==
KindOneofCase
.Upsert) {