4 references to CreateForJoinAsync
System.Linq.AsyncEnumerable (4)
System\Linq\GroupJoin.cs (1)
66
AsyncLookup<TKey, TInner> lookup = await AsyncLookup<TKey, TInner>.
CreateForJoinAsync
(inner, innerKeySelector, comparer, cancellationToken).ConfigureAwait(false);
System\Linq\Join.cs (1)
62
AsyncLookup<TKey, TInner> lookup = await AsyncLookup<TKey, TInner>.
CreateForJoinAsync
(inner, innerKeySelector, comparer, cancellationToken).ConfigureAwait(false);
System\Linq\LeftJoin.cs (1)
59
AsyncLookup<TKey, TInner> innerLookup = await AsyncLookup<TKey, TInner>.
CreateForJoinAsync
(inner, innerKeySelector, comparer, cancellationToken).ConfigureAwait(false);
System\Linq\RightJoin.cs (1)
60
AsyncLookup<TKey, TOuter> outerLookup = await AsyncLookup<TKey, TOuter>.
CreateForJoinAsync
(outer, outerKeySelector, comparer, cancellationToken).ConfigureAwait(false);