Implemented interface member:
property
Count
System.Linq.ILookup<TKey, TElement>.Count
8 references to Count
System.Linq.AsyncEnumerable (8)
System\Linq\FullJoin.cs (4)
62
HashSet<Grouping<TKey, TInner>>? matchedGroupings = innerLookup.
Count
!= 0
86
if (matchedGroupings is null || matchedGroupings.Count < innerLookup.
Count
)
182
HashSet<Grouping<TKey, TInner>>? matchedGroupings = innerLookup.
Count
!= 0
206
if (matchedGroupings is null || matchedGroupings.Count < innerLookup.
Count
)
System\Linq\Join.cs (4)
64
if (lookup.
Count
!= 0)
138
if (lookup.
Count
!= 0)
205
if (lookup.
Count
!= 0)
273
if (lookup.
Count
!= 0)