3 writes to BuyerId
BasketService (3)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (2)
650BuyerId = other.BuyerId; 700BuyerId = input.ReadString();
BasketService.cs (1)
108BuyerId = customerBasket.BuyerId
10 references to BuyerId
BasketService (10)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (10)
574if (BuyerId != other.BuyerId) return false; 583if (BuyerId.Length != 0) hash ^= BuyerId.GetHashCode(); 618if (BuyerId.Length != 0) { 620output.WriteString(BuyerId); 633if (BuyerId.Length != 0) { 634size += 1 + pb::CodedOutputStream.ComputeStringSize(BuyerId); 649if (other.BuyerId.Length != 0) { 650BuyerId = other.BuyerId;