3 writes to BuyerId
MyFrontend (3)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
426
BuyerId
= other.BuyerId;
476
BuyerId
= input.ReadString();
Services\BasketServiceClient.cs (1)
72
BuyerId
= customerBasket.BuyerId
10 references to BuyerId
MyFrontend (10)
artifacts\obj\MyFrontend\Debug\net8.0\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
;