1 write to _base
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
356
_base
= baseLookup;
2 references to _base
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (2)
365
if (!
_base
.TryGetValue(hashKey, ref currentValue))
368
_base
.Add(hashKey, currentValue);