3 writes to BuyerId
MyFrontend (3)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
1580BuyerId = other.BuyerId; 1625BuyerId = input.ReadString();
Services\BasketServiceClient.cs (1)
65_ = await client.DeleteBasketAsync(new DeleteCustomerBasketRequest { BuyerId = buyerId });
10 references to BuyerId
MyFrontend (10)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (10)
1509if (BuyerId != other.BuyerId) return false; 1517if (BuyerId.Length != 0) hash ^= BuyerId.GetHashCode(); 1550if (BuyerId.Length != 0) { 1552output.WriteString(BuyerId); 1564if (BuyerId.Length != 0) { 1565size += 1 + pb::CodedOutputStream.ComputeStringSize(BuyerId); 1579if (other.BuyerId.Length != 0) { 1580BuyerId = other.BuyerId;