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