3 writes to ProductId
BasketService (3)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (2)
964ProductId = other.ProductId; 1050ProductId = input.ReadInt32();
BasketService.cs (1)
117ProductId = item.ProductId,
11 references to ProductId
BasketService (11)
artifacts\obj\BasketService\Debug\net8.0\Protos\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;
BasketService.cs (1)
139ProductId = item.ProductId,