5 references to EmptyBoxedImmutableArray
Microsoft.CodeAnalysis.Workspaces (5)
EnumerableExtensions.cs (3)
75return SpecializedCollections.EmptyBoxedImmutableArray<T>(); 80return array.IsDefaultOrEmpty ? SpecializedCollections.EmptyBoxedImmutableArray<T>() : (IReadOnlyList<T>)items; 85return SpecializedCollections.EmptyBoxedImmutableArray<T>();
Workspace\Solution\ProjectInfo.cs (1)
254analyzerConfigDocuments: SpecializedCollections.EmptyBoxedImmutableArray<DocumentInfo>(),
Workspace\Solution\SolutionState.cs (1)
131projectIds: SpecializedCollections.EmptyBoxedImmutableArray<ProjectId>(),