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