3 writes to Units
BasketService (3)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (2)
1976Units = other.Units; 2028Units = input.ReadInt64();
Models\DecimalValue.cs (1)
8Units = units;
11 references to Units
BasketService (11)
artifacts\obj\BasketService\Debug\net8.0\Protos\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;
Models\DecimalValue.cs (1)
14return grpcDecimal.Units + grpcDecimal.Nanos / NanoFactor;