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