1 instantiation of EmptyLookup
System.Linq.AsyncEnumerable (1)
System\Linq\ToLookupAsync.cs (1)
246public static readonly EmptyLookup<TKey, TElement> Instance = new();
5 references to EmptyLookup
System.Linq.AsyncEnumerable (5)
System\Linq\ToLookupAsync.cs (5)
49return EmptyLookup<TKey, TSource>.Instance; 104return EmptyLookup<TKey, TSource>.Instance; 163return EmptyLookup<TKey, TElement>.Instance; 223return EmptyLookup<TKey, TElement>.Instance; 246public static readonly EmptyLookup<TKey, TElement> Instance = new();