4 references to SpecializedCollections
Microsoft.CodeAnalysis.InteractiveHost (4)
src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (4)
87return SpecializedCollections.EmptyBoxedImmutableArray<T>(); 92return array.IsDefaultOrEmpty ? SpecializedCollections.EmptyBoxedImmutableArray<T>() : (IReadOnlyList<T>)items; 97return SpecializedCollections.EmptyBoxedImmutableArray<T>(); 347return SpecializedCollections.EmptyEnumerable<T>();