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