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