2 writes to _tail
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (2)
356_tail = null; 376_tail = new ListChunk<Pair<TElement, TOrderKey>>(INITIAL_CHUNK_SIZE);
3 references to _tail
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (3)
345return _tail; 372bool requiresMemoryChange = (_tail == null); 378_tail!.Add(CreatePair(value, orderKey));