5 references to Create
Aspire.Dashboard (1)
Components\Controls\Chart\ChartContainer.razor.cs (1)
179DimensionFilters = ImmutableList.Create(CollectionsMarshal.AsSpan(CreateUpdatedFilters(hasInstrumentChanged)));
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(
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
820yield 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);