6 references to TryGetValue
System.Core (6)
System\Linq\Parallel\QueryOperators\Binary\HashJoinQueryOperatorEnumerator.cs (2)
135
if (!mutables.m_rightHashLookup.
TryGetValue
(rightHashKey, ref currentValue))
199
if (mutables.m_rightHashLookup.
TryGetValue
(leftHashKey, ref matchValue))
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (4)
347
if (!hashlookup.
TryGetValue
(key, ref currentValue))
411
if (!hashlookup.
TryGetValue
(key, ref currentValue))
580
if (hashLookup.
TryGetValue
(key, ref currentValue))
656
if (hashLookup.
TryGetValue
(key, ref currentValue))