9 references to Create
Microsoft.DotNet.Build.Tasks.Feed.Tests (6)
LatestLinksManagerTests.cs (4)
96
latestLinkShortUrlPrefixes: ImmutableList.
Create
("prefix1", "prefix2"),
132
latestLinkShortUrlPrefixes: ImmutableList.
Create
("prefix1", "prefix2"),
162
latestLinkShortUrlPrefixes: ImmutableList.
Create
("prefix1", "prefix2"),
199
latestLinkShortUrlPrefixes: ImmutableList.
Create
("prefix1", "prefix2"),
SetupTargetFeedConfigV3Tests.cs (1)
37
private static ImmutableList<string> FilesToExclude = ImmutableList.
Create
(
SetupTargetFeedConfigV4Tests.cs (1)
38
private static ImmutableList<string> FilesToExclude = ImmutableList.
Create
(
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
(
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList.cs (1)
46
return
Create
((ReadOnlySpan<T>)items);