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