3 writes to Id
MyFrontend (3)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
211
Id
= other.Id;
256
Id
= input.ReadString();
Services\BasketServiceClient.cs (1)
14
var response = await client.GetBasketByIdAsync(new BasketRequest {
Id
= buyerId });
10 references to Id
MyFrontend (10)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (10)
140
if (
Id
!= other.
Id
) return false;
148
if (
Id
.Length != 0) hash ^=
Id
.GetHashCode();
181
if (
Id
.Length != 0) {
183
output.WriteString(
Id
);
195
if (
Id
.Length != 0) {
196
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Id
);
210
if (other.
Id
.Length != 0) {
211
Id = other.
Id
;