3 writes to Id
MyFrontend (3)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
961
Id
= other.Id;
1046
Id
= input.ReadString();
Services\BasketServiceClient.cs (1)
79
Id
= item.Id,
11 references to Id
MyFrontend (11)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (10)
838
if (
Id
!= other.
Id
) return false;
850
if (
Id
.Length != 0) hash ^=
Id
.GetHashCode();
903
if (
Id
.Length != 0) {
905
output.WriteString(
Id
);
933
if (
Id
.Length != 0) {
934
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Id
);
960
if (other.
Id
.Length != 0) {
961
Id = other.
Id
;
Services\BasketServiceClient.cs (1)
101
Id = item.
Id
,