3 references to EmptyBoxedImmutableArray
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (3)
87return SpecializedCollections.EmptyBoxedImmutableArray<T>(); 92return array.IsDefaultOrEmpty ? SpecializedCollections.EmptyBoxedImmutableArray<T>() : (IReadOnlyList<T>)items; 97return SpecializedCollections.EmptyBoxedImmutableArray<T>();