2 writes to BuyerId
BasketService (2)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (2)
1221BuyerId = other.BuyerId; 1266BuyerId = input.ReadString();
12 references to BuyerId
BasketService (12)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (10)
1150if (BuyerId != other.BuyerId) return false; 1158if (BuyerId.Length != 0) hash ^= BuyerId.GetHashCode(); 1191if (BuyerId.Length != 0) { 1193output.WriteString(BuyerId); 1205if (BuyerId.Length != 0) { 1206size += 1 + pb::CodedOutputStream.ComputeStringSize(BuyerId); 1220if (other.BuyerId.Length != 0) { 1221BuyerId = other.BuyerId;
BasketService.cs (2)
46var buyerId = request.BuyerId; 51throw new RpcException(new Status(StatusCode.NotFound, $"Basket with buyer id {request.BuyerId} does not exist"));