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