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