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)
345
return
_tail
;
372
bool requiresMemoryChange = (
_tail
== null);
378
_tail
!.Add(CreatePair(value, orderKey));