2 writes to unitPrice_
BasketService (2)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (2)
751unitPrice_ = other.unitPrice_ != null ? other.unitPrice_.Clone() : null; 795unitPrice_ = value;
9 references to unitPrice_
BasketService (9)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (9)
751unitPrice_ = other.unitPrice_ != null ? other.unitPrice_.Clone() : null; 793get { return unitPrice_; } 852if (unitPrice_ != null) hash ^= UnitPrice.GetHashCode(); 911if (unitPrice_ != null) { 939if (unitPrice_ != null) { 966if (other.unitPrice_ != null) { 967if (unitPrice_ == null) { 1054if (unitPrice_ == null) {