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