2 writes to BuyerId
BasketService (2)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (2)
426BuyerId = other.BuyerId; 476BuyerId = input.ReadString();
12 references to BuyerId
BasketService (12)
artifacts\obj\BasketService\Debug\net8.0\Protos\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;
BasketService.cs (2)
38throw new RpcException(new Status(StatusCode.NotFound, $"Basket with buyer id {request.BuyerId} does not exist")); 130BuyerId = customerBasketRequest.BuyerId