1 write to _elementComparer
System.Linq.Parallel (1)
System\Linq\Parallel\Partitioning\HashRepartitionStream.cs (1)
52_elementComparer = elementComparer;
3 references to _elementComparer
System.Linq.Parallel (3)
System\Linq\Parallel\Partitioning\HashRepartitionStream.cs (3)
54Debug.Assert(_keyComparer == null || _elementComparer == null); 55Debug.Assert(_elementComparer == null || typeof(THashKey) == typeof(NoKeyMemoizationRequired)); 93(element == null ? NULL_ELEMENT_HASH_CODE : (_elementComparer?.GetHashCode(element) ?? element.GetHashCode())))