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