20 references to 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")]