10 references to Empty
Microsoft.CodeAnalysis.Threading.Package (10)
src\Dependencies\Collections\Specialized\SpecializedCollections.cs (10)
15
return
Empty
.Enumerator<T>.Instance;
20
return
Empty
.List<T>.Instance;
25
return
Empty
.List<T>.Instance;
30
return
Empty
.List<T>.Instance;
35
return
Empty
.BoxedImmutableArray<T>.Instance;
40
return
Empty
.List<T>.Instance;
45
return
Empty
.Set<T>.Instance;
50
return
Empty
.Set<T>.Instance;
56
return
Empty
.Dictionary<TKey, TValue>.Instance;
62
return
Empty
.Dictionary<TKey, TValue>.Instance;