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