3 writes to BuyerId
MyFrontend (3)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
1580
BuyerId
= other.BuyerId;
1625
BuyerId
= 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)
1509
if (
BuyerId
!= other.
BuyerId
) return false;
1517
if (
BuyerId
.Length != 0) hash ^=
BuyerId
.GetHashCode();
1550
if (
BuyerId
.Length != 0) {
1552
output.WriteString(
BuyerId
);
1564
if (
BuyerId
.Length != 0) {
1565
size += 1 + pb::CodedOutputStream.ComputeStringSize(
BuyerId
);
1579
if (other.
BuyerId
.Length != 0) {
1580
BuyerId = other.
BuyerId
;