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