6 references to ToBoxedImmutableArray
Microsoft.CodeAnalysis.Workspaces (6)
Editing\SymbolEditor.cs (1)
186return this.GetDeclarations(currentSymbol).ToBoxedImmutableArray();
Editing\SyntaxGenerator.cs (1)
1027.ToBoxedImmutableArray();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\PublicContract.cs (2)
62var list = sequence.ToBoxedImmutableArray(); 79var list = sequence.ToBoxedImmutableArray();
Workspace\Solution\SolutionState.cs (2)
388var newProjectIds = newProjectIdsBuilder.ToBoxedImmutableArray(); 440var newProjectIds = ProjectIds.Where(p => !projectIdsSet.Contains(p)).ToBoxedImmutableArray();