10 references to Empty
Microsoft.Build (10)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\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;