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