16 references to CreateRange
Microsoft.AspNetCore.Components.Endpoints.Tests (2)
Binding\FormDataMapperTests.cs (2)
817var expected = ImmutableList.CreateRange(new[] { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 }); 857var expected = ImmutableList.CreateRange(new[] { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 });
Microsoft.Build (3)
Graph\ProjectGraph.cs (3)
624var entryTargets = ImmutableList.CreateRange(entryPointNode.ProjectInstance.DefaultTargets); 639var entryTargets = ImmutableList.CreateRange(entryPointNode.ProjectInstance.DefaultTargets); 666ProjectGraphBuildRequest entryEdge = new(node, ImmutableList.CreateRange(node.ProjectInstance.DefaultTargets));
Microsoft.Build.Framework (1)
ImmutableSegmentedList.cs (1)
29/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis (2)
InternalUtilities\ImmutableListExtensions.cs (1)
29return ImmutableList.CreateRange<T>(items);
src\Dependencies\Collections\ImmutableSegmentedList.cs (1)
29/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
29return ImmutableList.CreateRange<T>(items);
src\Dependencies\Collections\ImmutableSegmentedList.cs (1)
29/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Collections.Package (1)
ImmutableSegmentedList.cs (1)
29/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
29return ImmutableList.CreateRange<T>(items);
src\Dependencies\Collections\ImmutableSegmentedList.cs (1)
29/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
29return ImmutableList.CreateRange<T>(items);
src\Dependencies\Collections\ImmutableSegmentedList.cs (1)
29/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList_1.Node.cs (1)
1064ImmutableList.CreateRange(list) :