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