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