3 writes to Nanos
MyFrontend (3)
artifacts\obj\MyFrontend\Debug\net8.0\Basket.cs (2)
1979Nanos = other.Nanos; 2032Nanos = input.ReadSFixed32();
playground\TestShop\BasketService\Models\DecimalValue.cs (1)
9Nanos = nanos;
10 references to Nanos
MyFrontend (10)
artifacts\obj\MyFrontend\Debug\net8.0\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;
playground\TestShop\BasketService\Models\DecimalValue.cs (1)
14return grpcDecimal.Units + grpcDecimal.Nanos / NanoFactor;