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