40 references to ToImmutableList
GenerateDocumentationAndConfigFiles (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Metrics (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Metrics.Legacy (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Microsoft.CodeAnalysis.Analyzers (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Microsoft.CodeAnalysis.Collections.Package (1)
Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SemanticFacts\CSharpSemanticFacts.cs (1)
307var separators = orderByClauseSyntax.Orderings.GetSeparators().ToImmutableList();
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SemanticFacts\CSharpSemanticFacts.cs (1)
307var separators = orderByClauseSyntax.Orderings.GetSeparators().ToImmutableList();
Microsoft.CodeAnalysis.Extensions.Package (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Protocol\Internal\Text\ClassifiedTextElement.cs (2)
22Runs = runs?.ToImmutableList() ?? throw new ArgumentNullException("runs"); 27Runs = runs?.ToImmutableList() ?? throw new ArgumentNullException("runs");
Protocol\Internal\Text\ContainerElement.cs (2)
23Elements = elements?.ToImmutableList() ?? throw new ArgumentNullException("elements"); 29Elements = elements?.ToImmutableList() ?? throw new ArgumentNullException("elements");
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Microsoft.CodeAnalysis.Threading.Package (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Microsoft.DotNet.Build.Tasks.Feed (5)
src\model\TargetChannelConfig.cs (3)
63TargetFeeds = targetFeeds.ToImmutableList(); 65FilenamesToExclude = filenamesToExclude?.ToImmutableList() ?? ImmutableList<string>.Empty; 180ContentTypes = contentTypes.ToImmutableList();
src\model\TargetFeedConfig.cs (1)
88FilenamesToExclude = filenamesToExclude?.ToImmutableList() ?? ImmutableList<string>.Empty;
src\PublishArtifactsInManifestBase.cs (1)
344}).ToImmutableList();
Microsoft.DotNet.Helix.Sdk (1)
GetHelixWorkItems.cs (1)
103.ToImmutableList();
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (7)
Modeler\ClassTypeModel.cs (1)
18Properties = properties.ToImmutableList();
Modeler\EnumTypeModel.cs (1)
12Values = values.ToImmutableList();
Modeler\MethodGroupModel.cs (1)
12Methods = methods.ToImmutableList();
Modeler\MethodModel.cs (1)
27Parameters = parameters.ToImmutableList();
Modeler\ServiceClientModel.cs (2)
18Types = types.ToImmutableList(); 19MethodGroups = methodGroups.ToImmutableList();
Modeler\ServiceClientModelFactory.cs (1)
125.ToImmutableList();
Roslyn.Diagnostics.Analyzers (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SemanticFacts\CSharpSemanticFacts.cs (1)
307var separators = orderByClauseSyntax.Orderings.GetSeparators().ToImmutableList();
Test.Utilities (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>
Text.Analyzers (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
35/// <inheritdoc cref="ImmutableList.ToImmutableList{TSource}(IEnumerable{TSource})"/>