2 references to NULL_ELEMENT_HASH_CODE
System.Core (2)
System\Linq\Parallel\Partitioning\HashRepartitionStream.cs (2)
96
(element == null ?
NULL_ELEMENT_HASH_CODE
: element.GetHashCode()) :
106
(key == null ?
NULL_ELEMENT_HASH_CODE
: key.GetHashCode()) :