2 writes to BuyerId
BasketService (2)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (2)
1580BuyerId = other.BuyerId; 1625BuyerId = input.ReadString();
11 references to BuyerId
BasketService (11)
artifacts\obj\BasketService\Debug\net8.0\Protos\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;
BasketService.cs (1)
100await _repository.DeleteBasketAsync(request.BuyerId);