15 references to Create
Microsoft.Build.Framework (1)
ImmutableSegmentedList.cs (1)
21/// <inheritdoc cref="ImmutableList.Create{T}(T[])"/>
Microsoft.CodeAnalysis (2)
InternalUtilities\ImmutableListExtensions.cs (1)
19return ImmutableList.Create<T>(items);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
23/// <inheritdoc cref="ImmutableList.Create{T}(T[])"/>
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
19return ImmutableList.Create<T>(items);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
23/// <inheritdoc cref="ImmutableList.Create{T}(T[])"/>
Microsoft.CodeAnalysis.Collections.Package (1)
Segmented\ImmutableSegmentedList.cs (1)
23/// <inheritdoc cref="ImmutableList.Create{T}(T[])"/>
Microsoft.CodeAnalysis.Extensions.Package (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
23/// <inheritdoc cref="ImmutableList.Create{T}(T[])"/>
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
23/// <inheritdoc cref="ImmutableList.Create{T}(T[])"/>
Microsoft.CodeAnalysis.Threading.Package (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
23/// <inheritdoc cref="ImmutableList.Create{T}(T[])"/>
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
19return ImmutableList.Create<T>(items);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
23/// <inheritdoc cref="ImmutableList.Create{T}(T[])"/>
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (1)
19return ImmutableList.Create<T>(items);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
23/// <inheritdoc cref="ImmutableList.Create{T}(T[])"/>
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"]}}""");
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
808yield return new TestData<ImmutableList<string>>(ImmutableList.Create("one", "two", "three"), """{"type":["array","null"],"items":{"type":["string","null"]}}""");