3 writes to Quantity
MyFrontend (3)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
979
Quantity
= other.Quantity;
1068
Quantity
= input.ReadInt32();
Services\BasketServiceClient.cs (1)
82
Quantity
= item.Quantity,
11 references to Quantity
MyFrontend (11)
artifacts\obj\MyFrontend\Debug\net8.0\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
;
Services\BasketServiceClient.cs (1)
104
Quantity = item.
Quantity
,