3 writes to Units
BasketService (3)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (2)
1976
Units
= other.Units;
2028
Units
= input.ReadInt64();
Models\DecimalValue.cs (1)
8
Units
= units;
11 references to Units
BasketService (11)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (10)
1892
if (
Units
!= other.
Units
) return false;
1901
if (
Units
!= 0L) hash ^=
Units
.GetHashCode();
1939
if (
Units
!= 0L) {
1941
output.WriteInt64(
Units
);
1957
if (
Units
!= 0L) {
1958
size += 1 + pb::CodedOutputStream.ComputeInt64Size(
Units
);
1975
if (other.
Units
!= 0L) {
1976
Units = other.
Units
;
Models\DecimalValue.cs (1)
14
return grpcDecimal.
Units
+ grpcDecimal.Nanos / NanoFactor;