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