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