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)
54
Debug.Assert(_keyComparer == null ||
_elementComparer
== null);
55
Debug.Assert(
_elementComparer
== null || typeof(THashKey) == typeof(NoKeyMemoizationRequired));
93
(element == null ? NULL_ELEMENT_HASH_CODE : (
_elementComparer
?.GetHashCode(element) ?? element.GetHashCode())))