3 writes to Units
MyFrontend (3)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
1976
Units
= other.Units;
2028
Units
= input.ReadInt64();
playground\TestShop\BasketService\Models\DecimalValue.cs (1)
8
Units
= units;
11 references to Units
MyFrontend (11)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (10)
1892
if (
Units
!= other.
Units
) return false;
1901
if (
Units
!= 0L) hash ^=
Units
.GetHashCode();
1939
if (
Units
!= 0L) {
1941
output.WriteInt64(
Units
);
1957
if (
Units
!= 0L) {
1958
size += 1 + pb::CodedOutputStream.ComputeInt64Size(
Units
);
1975
if (other.
Units
!= 0L) {
1976
Units = other.
Units
;
playground\TestShop\BasketService\Models\DecimalValue.cs (1)
14
return grpcDecimal.
Units
+ grpcDecimal.Nanos / NanoFactor;