2 writes to BuyerId
MyFrontend (2)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
650BuyerId = other.BuyerId; 700BuyerId = input.ReadString();
11 references to BuyerId
MyFrontend (11)
artifacts\obj\MyFrontend\Debug\net8.0\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;
Services\BasketServiceClient.cs (1)
94BuyerId = wireBasket.BuyerId