1 instantiation of EmptyLookup
System.Linq.AsyncEnumerable (1)
System\Linq\ToLookupAsync.cs (1)
222public static readonly EmptyLookup<TKey, TElement> Instance = new();
5 references to EmptyLookup
System.Linq.AsyncEnumerable (5)
System\Linq\ToLookupAsync.cs (5)
48return EmptyLookup<TKey, TSource>.Instance; 97return EmptyLookup<TKey, TSource>.Instance; 150return EmptyLookup<TKey, TElement>.Instance; 204return EmptyLookup<TKey, TElement>.Instance; 222public static readonly EmptyLookup<TKey, TElement> Instance = new();