20 instantiations of CollectionBuilder
Microsoft.CodeAnalysis (5)
Syntax\SeparatedSyntaxList.cs (1)
43[CollectionBuilder(typeof(SeparatedSyntaxList), "Create")]
Syntax\SyntaxList`1.cs (1)
50[CollectionBuilder(typeof(SyntaxList), methodName: "Create")]
Syntax\SyntaxNodeOrTokenList.cs (1)
21[CollectionBuilder(typeof(SyntaxNodeOrTokenList), "Create")]
Syntax\SyntaxTokenList.cs (1)
22[CollectionBuilder(typeof(SyntaxTokenList), methodName: "Create")]
Syntax\SyntaxTriviaList.cs (1)
23[CollectionBuilder(typeof(SyntaxTriviaList), methodName: "Create")]
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestSource.cs (1)
22[System.Runtime.CompilerServices.CollectionBuilder(typeof(CSharpTestSourceBuilder), nameof(CSharpTestSourceBuilder.Create))]
System.Collections.Immutable (12)
System\Collections\Frozen\FrozenDictionary.cs (1)
306[CollectionBuilder(typeof(FrozenDictionary), nameof(FrozenDictionary.Create))]
System\Collections\Frozen\FrozenSet.cs (1)
237[CollectionBuilder(typeof(FrozenSet), nameof(FrozenSet.Create))]
System\Collections\Immutable\IImmutableList.cs (1)
17[CollectionBuilder(typeof(ImmutableList), nameof(ImmutableList.Create))]
System\Collections\Immutable\IImmutableQueue.cs (1)
13[CollectionBuilder(typeof(ImmutableQueue), nameof(ImmutableQueue.Create))]
System\Collections\Immutable\IImmutableSet.cs (1)
17[CollectionBuilder(typeof(ImmutableHashSet), nameof(ImmutableHashSet.Create))]
System\Collections\Immutable\IImmutableStack.cs (1)
13[CollectionBuilder(typeof(ImmutableStack), nameof(ImmutableStack.Create))]
System\Collections\Immutable\ImmutableArray_1.cs (1)
14[CollectionBuilder(typeof(ImmutableArray), nameof(ImmutableArray.Create))]
System\Collections\Immutable\ImmutableHashSet_1.cs (1)
15[CollectionBuilder(typeof(ImmutableHashSet), nameof(ImmutableHashSet.Create))]
System\Collections\Immutable\ImmutableList_1.cs (1)
16[CollectionBuilder(typeof(ImmutableList), nameof(ImmutableList.Create))]
System\Collections\Immutable\ImmutableQueue_1.cs (1)
16[CollectionBuilder(typeof(ImmutableQueue), nameof(ImmutableQueue.Create))]
System\Collections\Immutable\ImmutableSortedSet_1.cs (1)
20[CollectionBuilder(typeof(ImmutableSortedSet), nameof(ImmutableSortedSet.Create))]
System\Collections\Immutable\ImmutableStack_1.cs (1)
16[CollectionBuilder(typeof(ImmutableStack), nameof(ImmutableStack.Create))]
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyCollection.cs (1)
11[CollectionBuilder(typeof(ReadOnlyCollection), "CreateCollection")]
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlySet.cs (1)
12[CollectionBuilder(typeof(ReadOnlyCollection), "CreateSet")]
10 references to CollectionBuilder
BuildActionTelemetryTable (1)
src\Dependencies\Contracts\CollectionBuilderAttribute.cs (1)
28[assembly: TypeForwardedTo(typeof(CollectionBuilderAttribute))]
CodeStyleConfigFileGenerator (1)
src\Dependencies\Contracts\CollectionBuilderAttribute.cs (1)
28[assembly: TypeForwardedTo(typeof(CollectionBuilderAttribute))]
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Dependencies\Contracts\CollectionBuilderAttribute.cs (1)
28[assembly: TypeForwardedTo(typeof(CollectionBuilderAttribute))]
Microsoft.CodeAnalysis (1)
src\Dependencies\Contracts\CollectionBuilderAttribute.cs (1)
28[assembly: TypeForwardedTo(typeof(CollectionBuilderAttribute))]
Microsoft.CodeAnalysis.Contracts.Package (1)
CollectionBuilderAttribute.cs (1)
28[assembly: TypeForwardedTo(typeof(CollectionBuilderAttribute))]
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Contracts\CollectionBuilderAttribute.cs (1)
28[assembly: TypeForwardedTo(typeof(CollectionBuilderAttribute))]
Microsoft.CommonLanguageServerProtocol.Framework.Example (1)
src\Dependencies\Contracts\CollectionBuilderAttribute.cs (1)
28[assembly: TypeForwardedTo(typeof(CollectionBuilderAttribute))]
Replay (1)
src\Dependencies\Contracts\CollectionBuilderAttribute.cs (1)
28[assembly: TypeForwardedTo(typeof(CollectionBuilderAttribute))]
SemanticSearch.BuildTask (1)
src\Dependencies\Contracts\CollectionBuilderAttribute.cs (1)
28[assembly: TypeForwardedTo(typeof(CollectionBuilderAttribute))]
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
546[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CollectionBuilderAttribute))]