5 references to EmptyBoxedImmutableArray
Microsoft.CodeAnalysis.Workspaces (5)
src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (3)
84return SpecializedCollections.EmptyBoxedImmutableArray<T>(); 89return array.IsDefaultOrEmpty ? SpecializedCollections.EmptyBoxedImmutableArray<T>() : (IReadOnlyList<T>)items; 94return SpecializedCollections.EmptyBoxedImmutableArray<T>();
Workspace\Solution\ProjectInfo.cs (1)
255analyzerConfigDocuments: SpecializedCollections.EmptyBoxedImmutableArray<DocumentInfo>(),
Workspace\Solution\SolutionState.cs (1)
116projectIds: SpecializedCollections.EmptyBoxedImmutableArray<ProjectId>(),