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)
242if (!_base.TryGetValue(hashKey, ref currentValue)) 245_base.Add(hashKey, currentValue); 253_base[hashKey] = currentValue;