9 references to TryGetValue
System.Linq.Parallel (9)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (3)
260if (!_base.TryGetValue(hashKey, ref currentValue)) 365if (!_base.TryGetValue(hashKey, ref currentValue)) 449if (_base.TryGetValue(key, ref baseValue!))
System\Linq\Parallel\QueryOperators\Binary\JoinQueryOperator.cs (2)
242if (!_base.TryGetValue(hashKey, ref currentValue)) 278return _base.TryGetValue(key, ref value);
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (4)
339if (!hashlookup.TryGetValue(key, ref currentValue)) 401if (!hashlookup.TryGetValue(key, ref currentValue)) 568if (hashLookup.TryGetValue(key, ref currentValue)) 643if (hashLookup.TryGetValue(key, ref currentValue))