5 references to Create
Aspire.Dashboard (1)
Components\Controls\Chart\ChartContainer.razor.cs (1)
179
DimensionFilters = ImmutableList.
Create
(CollectionsMarshal.AsSpan(CreateUpdatedFilters(hasInstrumentChanged)));
Microsoft.DotNet.Internal.DependencyInjection.Testing (2)
DependencyInjectionValidation.cs (2)
16
private static readonly ImmutableList<string> s_exemptTypes = ImmutableList.
Create
(
28
private static readonly ImmutableList<string> s_exemptNamespaces = ImmutableList.
Create
(
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestTypes.cs (1)
820
yield 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)
46
return
Create
((ReadOnlySpan<T>)items);