1 write to _base
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (1)
236
_base
= baseLookup;
3 references to _base
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (3)
242
if (!
_base
.TryGetValue(hashKey, ref currentValue))
245
_base
.Add(hashKey, currentValue);
253
_base
[hashKey] = currentValue;