Implemented interface member:
property
this
System.Linq.ILookup<TKey, TElement>.this[TKey]
2 references to
System.Linq.AsyncEnumerable (2)
System\Linq\GroupJoin.cs (2)
70
yield return resultSelector(item, lookup
[
outerKeySelector(item)]);
141
lookup
[
await outerKeySelector(item, cancellationToken).ConfigureAwait(false)],