2 writes to oldUnitPrice_
MyFrontend (2)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
752oldUnitPrice_ = other.oldUnitPrice_ != null ? other.oldUnitPrice_.Clone() : null; 807oldUnitPrice_ = value;
9 references to oldUnitPrice_
MyFrontend (9)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (9)
752oldUnitPrice_ = other.oldUnitPrice_ != null ? other.oldUnitPrice_.Clone() : null; 805get { return oldUnitPrice_; } 853if (oldUnitPrice_ != null) hash ^= OldUnitPrice.GetHashCode(); 915if (oldUnitPrice_ != null) { 942if (oldUnitPrice_ != null) { 972if (other.oldUnitPrice_ != null) { 973if (oldUnitPrice_ == null) { 1061if (oldUnitPrice_ == null) {