4 references to SpecializedCollections
Microsoft.CodeAnalysis.Threading.Package (4)
src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (4)
84return SpecializedCollections.EmptyBoxedImmutableArray<T>(); 89return array.IsDefaultOrEmpty ? SpecializedCollections.EmptyBoxedImmutableArray<T>() : (IReadOnlyList<T>)items; 94return SpecializedCollections.EmptyBoxedImmutableArray<T>(); 344return SpecializedCollections.EmptyEnumerable<T>();