3 writes to Nanos
BasketService (3)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (2)
1979Nanos = other.Nanos; 2032Nanos = input.ReadSFixed32();
Models\DecimalValue.cs (1)
9Nanos = nanos;
10 references to Nanos
BasketService (10)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (9)
1893if (Nanos != other.Nanos) return false; 1902if (Nanos != 0) hash ^= Nanos.GetHashCode(); 1943if (Nanos != 0) { 1945output.WriteSFixed32(Nanos); 1960if (Nanos != 0) { 1978if (other.Nanos != 0) { 1979Nanos = other.Nanos;
Models\DecimalValue.cs (1)
14return grpcDecimal.Units + grpcDecimal.Nanos / NanoFactor;