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