11 references to Create
Aspire.Dashboard (1)
Components\Controls\Chart\ChartContainer.razor.cs (1)
179DimensionFilters = ImmutableList.Create(CollectionsMarshal.AsSpan(CreateUpdatedFilters(hasInstrumentChanged)));
Microsoft.DotNet.Build.Tasks.Feed.Tests (6)
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)
37private static ImmutableList<string> FilesToExclude = ImmutableList.Create(
SetupTargetFeedConfigV4Tests.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)
808yield return new TestData<ImmutableList<string>>(ImmutableList.Create("one", "two", "three"), """{"type":["array","null"],"items":{"type":["string","null"]}}""");
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList.cs (1)
46return Create((ReadOnlySpan<T>)items);