9 references to Create
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(
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList.cs (1)
46return Create((ReadOnlySpan<T>)items);