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