44 references to CreateRange
GenerateDocumentationAndConfigFiles (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
29return ImmutableList.CreateRange<T>(items);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
31/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Metrics (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
29return ImmutableList.CreateRange<T>(items);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
31/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Metrics.Legacy (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
29return ImmutableList.CreateRange<T>(items);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
31/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
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.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\Segmented\ImmutableSegmentedList.cs (1)
31/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Analyzers (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
29return ImmutableList.CreateRange<T>(items);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
31/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
29return ImmutableList.CreateRange<T>(items);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
31/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
29return ImmutableList.CreateRange<T>(items);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
31/// <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\Segmented\ImmutableSegmentedList.cs (1)
31/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Collections.Package (1)
Segmented\ImmutableSegmentedList.cs (1)
31/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Extensions.Package (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
31/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
31/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
29return ImmutableList.CreateRange<T>(items);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
31/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
29return ImmutableList.CreateRange<T>(items);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
31/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
29return ImmutableList.CreateRange<T>(items);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
31/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Threading.Package (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
31/// <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\Segmented\ImmutableSegmentedList.cs (1)
31/// <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\Segmented\ImmutableSegmentedList.cs (1)
31/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Microsoft.CodeAnalysis.Workspaces.UnitTests (4)
SolutionTests\SolutionTests.cs (4)
4636solution = solution.WithProjectDocumentsOrder(pid, ImmutableList.CreateRange([did5, did4, did3, did2, did1])); 4661solution = solution.WithProjectDocumentsOrder(pid, ImmutableList.CreateRange([did5, did4, did3, did2, did1])); 4692Assert.Throws<InvalidOperationException>(() => solution = solution.WithProjectDocumentsOrder(pid, ImmutableList.CreateRange([did5, did3, did2, did1]))); 4693Assert.Throws<ArgumentException>(() => solution = solution.WithProjectDocumentsOrder(pid, ImmutableList.CreateRange([did3, did2, did1])));
Roslyn.Diagnostics.Analyzers (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
29return ImmutableList.CreateRange<T>(items);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
31/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList_1.Node.cs (1)
1064ImmutableList.CreateRange(list) :
Test.Utilities (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
29return ImmutableList.CreateRange<T>(items);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
31/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>
Text.Analyzers (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
29return ImmutableList.CreateRange<T>(items);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
31/// <inheritdoc cref="ImmutableList.CreateRange{T}(IEnumerable{T})"/>