2 writes to BuyerId
BasketService (2)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (2)
1580
BuyerId
= other.BuyerId;
1625
BuyerId
= input.ReadString();
11 references to BuyerId
BasketService (11)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (10)
1509
if (
BuyerId
!= other.
BuyerId
) return false;
1517
if (
BuyerId
.Length != 0) hash ^=
BuyerId
.GetHashCode();
1550
if (
BuyerId
.Length != 0) {
1552
output.WriteString(
BuyerId
);
1564
if (
BuyerId
.Length != 0) {
1565
size += 1 + pb::CodedOutputStream.ComputeStringSize(
BuyerId
);
1579
if (other.
BuyerId
.Length != 0) {
1580
BuyerId = other.
BuyerId
;
BasketService.cs (1)
100
await _repository.DeleteBasketAsync(request.
BuyerId
);