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