2 writes to BuyerId
MyFrontend (2)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
650
BuyerId
= other.BuyerId;
700
BuyerId
= input.ReadString();
11 references to BuyerId
MyFrontend (11)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (10)
574
if (
BuyerId
!= other.
BuyerId
) return false;
583
if (
BuyerId
.Length != 0) hash ^=
BuyerId
.GetHashCode();
618
if (
BuyerId
.Length != 0) {
620
output.WriteString(
BuyerId
);
633
if (
BuyerId
.Length != 0) {
634
size += 1 + pb::CodedOutputStream.ComputeStringSize(
BuyerId
);
649
if (other.
BuyerId
.Length != 0) {
650
BuyerId = other.
BuyerId
;
Services\BasketServiceClient.cs (1)
94
BuyerId = wireBasket.
BuyerId