3 writes to Quantity
BasketService (3)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (2)
979
Quantity
= other.Quantity;
1068
Quantity
= input.ReadInt32();
BasketService.cs (1)
118
Quantity
= item.Quantity,
11 references to Quantity
BasketService (11)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (10)
842
if (
Quantity
!= other.
Quantity
) return false;
854
if (
Quantity
!= 0) hash ^=
Quantity
.GetHashCode();
919
if (
Quantity
!= 0) {
921
output.WriteInt32(
Quantity
);
945
if (
Quantity
!= 0) {
946
size += 1 + pb::CodedOutputStream.ComputeInt32Size(
Quantity
);
978
if (other.
Quantity
!= 0) {
979
Quantity = other.
Quantity
;
BasketService.cs (1)
140
Quantity = item.
Quantity
,