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