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