1 instantiation of EmptyLookup
System.Linq (1)
System\Linq\Lookup.cs (1)
304public static readonly EmptyLookup<TKey, TElement> Instance = new();
3 references to EmptyLookup
System.Linq (3)
System\Linq\Lookup.cs (3)
29return EmptyLookup<TKey, TSource>.Instance; 57return EmptyLookup<TKey, TElement>.Instance; 304public static readonly EmptyLookup<TKey, TElement> Instance = new();