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