3 writes to UnitPrice
MyFrontend (3)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
968
UnitPrice
= new global::GrpcBasket.DecimalValue();
1055
UnitPrice
= new global::GrpcBasket.DecimalValue();
Services\BasketServiceClient.cs (1)
83
UnitPrice
= item.UnitPrice
9 references to UnitPrice
MyFrontend (9)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (8)
840
if (!object.Equals(
UnitPrice
, other.
UnitPrice
)) return false;
852
if (unitPrice_ != null) hash ^=
UnitPrice
.GetHashCode();
913
output.WriteMessage(
UnitPrice
);
940
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
UnitPrice
);
970
UnitPrice
.MergeFrom(other.
UnitPrice
);
1057
input.ReadMessage(
UnitPrice
);
Services\BasketServiceClient.cs (1)
105
UnitPrice = item.
UnitPrice