4 references to SpecializedCollections
Microsoft.Build (4)
src\9f0d3f3da306d8cf\IEnumerableExtensions.cs (4)
87return SpecializedCollections.EmptyBoxedImmutableArray<T>(); 92return array.IsDefaultOrEmpty ? SpecializedCollections.EmptyBoxedImmutableArray<T>() : (IReadOnlyList<T>)items; 97return SpecializedCollections.EmptyBoxedImmutableArray<T>(); 347return SpecializedCollections.EmptyEnumerable<T>();