3 writes to ProductId
MyFrontend (3)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
964ProductId = other.ProductId; 1050ProductId = input.ReadInt32();
Services\BasketServiceClient.cs (1)
81ProductId = item.ProductId,
11 references to ProductId
MyFrontend (11)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (10)
839if (ProductId != other.ProductId) return false; 851if (ProductId != 0) hash ^= ProductId.GetHashCode(); 907if (ProductId != 0) { 909output.WriteInt32(ProductId); 936if (ProductId != 0) { 937size += 1 + pb::CodedOutputStream.ComputeInt32Size(ProductId); 963if (other.ProductId != 0) { 964ProductId = other.ProductId;
Services\BasketServiceClient.cs (1)
103ProductId = item.ProductId,