3 writes to OldUnitPrice
MyFrontend (3)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
974
OldUnitPrice
= new global::GrpcBasket.DecimalValue();
1062
OldUnitPrice
= new global::GrpcBasket.DecimalValue();
Services\BasketServiceClient.cs (1)
80
OldUnitPrice
= item.OldUnitPrice,
9 references to OldUnitPrice
MyFrontend (9)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (8)
841
if (!object.Equals(
OldUnitPrice
, other.
OldUnitPrice
)) return false;
853
if (oldUnitPrice_ != null) hash ^=
OldUnitPrice
.GetHashCode();
917
output.WriteMessage(
OldUnitPrice
);
943
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
OldUnitPrice
);
976
OldUnitPrice
.MergeFrom(other.
OldUnitPrice
);
1064
input.ReadMessage(
OldUnitPrice
);
Services\BasketServiceClient.cs (1)
102
OldUnitPrice = item.
OldUnitPrice
,