3 references to EmptyBoxedImmutableArray
Microsoft.CodeAnalysis (3)
InternalUtilities\EnumerableExtensions.cs (3)
75return SpecializedCollections.EmptyBoxedImmutableArray<T>(); 80return array.IsDefaultOrEmpty ? SpecializedCollections.EmptyBoxedImmutableArray<T>() : (IReadOnlyList<T>)items; 85return SpecializedCollections.EmptyBoxedImmutableArray<T>();