Base:
2 references to GetHashCode
BasketService (2)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (2)
852
if (unitPrice_ != null) hash ^= UnitPrice.
GetHashCode
();
853
if (oldUnitPrice_ != null) hash ^= OldUnitPrice.
GetHashCode
();