2 writes to BuyerId
BasketService (2)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (2)
426
BuyerId
= other.BuyerId;
476
BuyerId
= input.ReadString();
12 references to BuyerId
BasketService (12)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (10)
350
if (
BuyerId
!= other.
BuyerId
) return false;
359
if (
BuyerId
.Length != 0) hash ^=
BuyerId
.GetHashCode();
394
if (
BuyerId
.Length != 0) {
396
output.WriteString(
BuyerId
);
409
if (
BuyerId
.Length != 0) {
410
size += 1 + pb::CodedOutputStream.ComputeStringSize(
BuyerId
);
425
if (other.
BuyerId
.Length != 0) {
426
BuyerId = other.
BuyerId
;
BasketService.cs (2)
38
throw new RpcException(new Status(StatusCode.NotFound, $"Basket with buyer id {request.
BuyerId
} does not exist"));
130
BuyerId = customerBasketRequest.
BuyerId