1 write to _keyComparer
System.Linq.Parallel (1)
System\Linq\Parallel\Partitioning\HashRepartitionStream.cs (1)
51_keyComparer = hashKeyComparer;
2 references to _keyComparer
System.Linq.Parallel (2)
System\Linq\Parallel\Partitioning\HashRepartitionStream.cs (2)
54Debug.Assert(_keyComparer == null || _elementComparer == null); 101(key == null ? NULL_ELEMENT_HASH_CODE : (_keyComparer?.GetHashCode(key) ?? key.GetHashCode())))