27 references to Create
GenerateDocumentationAndConfigFiles (3)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis (3)
InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.Analyzers (3)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.CodeStyle (3)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.ResxSourceGenerator (3)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.Workspaces (3)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Roslyn.Diagnostics.Analyzers (3)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList.cs (1)
62public static ImmutableList<T>.Builder CreateBuilder<T>() => Create<T>().ToBuilder();