13 references to Create
Microsoft.Build.Framework (1)
ImmutableSegmentedList.cs (1)
21/// <inheritdoc cref="ImmutableList.Create{T}(T[])"/>
Microsoft.CodeAnalysis (2)
InternalUtilities\ImmutableListExtensions.cs (1)
19return ImmutableList.Create<T>(items);
src\Dependencies\Collections\ImmutableSegmentedList.cs (1)
21/// <inheritdoc cref="ImmutableList.Create{T}(T[])"/>
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
19return ImmutableList.Create<T>(items);
src\Dependencies\Collections\ImmutableSegmentedList.cs (1)
21/// <inheritdoc cref="ImmutableList.Create{T}(T[])"/>
Microsoft.CodeAnalysis.Collections.Package (1)
ImmutableSegmentedList.cs (1)
21/// <inheritdoc cref="ImmutableList.Create{T}(T[])"/>
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
19return ImmutableList.Create<T>(items);
src\Dependencies\Collections\ImmutableSegmentedList.cs (1)
21/// <inheritdoc cref="ImmutableList.Create{T}(T[])"/>
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
19return ImmutableList.Create<T>(items);
src\Dependencies\Collections\ImmutableSegmentedList.cs (1)
21/// <inheritdoc cref="ImmutableList.Create{T}(T[])"/>
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
SetupTargetFeedConfigV3Tests.cs (1)
37private static ImmutableList<string> FilesToExclude = ImmutableList.Create(
Microsoft.DotNet.Internal.DependencyInjection.Testing (2)
DependencyInjectionValidation.cs (2)
16private static readonly ImmutableList<string> s_exemptTypes = ImmutableList.Create( 28private static readonly ImmutableList<string> s_exemptNamespaces = ImmutableList.Create(