19 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 (5)
LatestLinksManagerTests.cs (4)
96latestLinkShortUrlPrefixes: ImmutableList.Create("prefix1", "prefix2"), 132latestLinkShortUrlPrefixes: ImmutableList.Create("prefix1", "prefix2"), 162latestLinkShortUrlPrefixes: ImmutableList.Create("prefix1", "prefix2"), 199latestLinkShortUrlPrefixes: ImmutableList.Create("prefix1", "prefix2"),
SetupTargetFeedConfigV3Tests.cs (1)
38private 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(
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestTypes.cs (1)
800yield return new TestData<ImmutableList<string>>(ImmutableList.Create("one", "two", "three"), """{"type":["array","null"],"items":{"type":["string","null"]}}""");
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
800yield return new TestData<ImmutableList<string>>(ImmutableList.Create("one", "two", "three"), """{"type":["array","null"],"items":{"type":["string","null"]}}""");