55 references to Create
GenerateDocumentationAndConfigFiles (3)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Metrics (3)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Metrics.Legacy (3)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.Build.Framework (1)
ImmutableSegmentedList.cs (1)
13/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis (3)
InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.Analyzers (3)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.BannedApiAnalyzers (3)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.CodeStyle (3)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.Collections.Package (1)
Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.Extensions.Package (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.PublicApiAnalyzers (3)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.ResxSourceGenerator (3)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.Threading.Package (1)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.Workspaces (3)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SolutionTests.cs (1)
4690Assert.Throws<ArgumentException>(() => solution = solution.WithProjectDocumentsOrder(pid, ImmutableList.Create<DocumentId>()));
Roslyn.Diagnostics.Analyzers (3)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
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();
Test.Utilities (3)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>
Text.Analyzers (3)
src\Compilers\Core\Portable\InternalUtilities\ImmutableListExtensions.cs (2)
16return ImmutableList.Create<T>(); 26return ImmutableList.Create<T>();
src\Dependencies\Collections\Segmented\ImmutableSegmentedList.cs (1)
15/// <inheritdoc cref="ImmutableList.Create{T}()"/>