3 writes to BuyerId
MyFrontend (3)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
1221BuyerId = other.BuyerId; 1266BuyerId = input.ReadString();
Services\BasketServiceClient.cs (1)
60_ = await client.CheckoutBasketAsync(new CheckoutCustomerBasketRequest { BuyerId = buyerId });
10 references to BuyerId
MyFrontend (10)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (10)
1150if (BuyerId != other.BuyerId) return false; 1158if (BuyerId.Length != 0) hash ^= BuyerId.GetHashCode(); 1191if (BuyerId.Length != 0) { 1193output.WriteString(BuyerId); 1205if (BuyerId.Length != 0) { 1206size += 1 + pb::CodedOutputStream.ComputeStringSize(BuyerId); 1220if (other.BuyerId.Length != 0) { 1221BuyerId = other.BuyerId;