3 writes to BuyerId
MyFrontend (3)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
426BuyerId = other.BuyerId; 476BuyerId = input.ReadString();
Services\BasketServiceClient.cs (1)
72BuyerId = customerBasket.BuyerId
10 references to BuyerId
MyFrontend (10)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (10)
350if (BuyerId != other.BuyerId) return false; 359if (BuyerId.Length != 0) hash ^= BuyerId.GetHashCode(); 394if (BuyerId.Length != 0) { 396output.WriteString(BuyerId); 409if (BuyerId.Length != 0) { 410size += 1 + pb::CodedOutputStream.ComputeStringSize(BuyerId); 425if (other.BuyerId.Length != 0) { 426BuyerId = other.BuyerId;