2 writes to _currentRightMatches
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (2)
111
mutables.
_currentRightMatches
= currentRightChunk.Next;
138
mutables.
_currentRightMatches
= matchValue.Tail;
7 references to _currentRightMatches
System.Linq.Parallel (7)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (7)
108
ListChunk<Pair<TRightInput, TRightKey>>? currentRightChunk = mutables.
_currentRightMatches
;
115
if (mutables.
_currentRightMatches
== null)
139
Debug.Assert(mutables.
_currentRightMatches
== null || mutables.
_currentRightMatches
.Count > 0,
164
Debug.Assert(mutables.
_currentRightMatches
!= null);
165
Debug.Assert(0 <= mutables._currentRightMatchesIndex && mutables._currentRightMatchesIndex < mutables.
_currentRightMatches
.Count);
167
Pair<TRightInput, TRightKey> rightMatch = mutables.
_currentRightMatches
._chunk[mutables._currentRightMatchesIndex];