3 references to EmptyBoxedImmutableArray
Microsoft.CodeAnalysis.Threading.Package (3)
src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (3)
86return SpecializedCollections.EmptyBoxedImmutableArray<T>(); 91return array.IsDefaultOrEmpty ? SpecializedCollections.EmptyBoxedImmutableArray<T>() : (IReadOnlyList<T>)items; 96return SpecializedCollections.EmptyBoxedImmutableArray<T>();