6 references to Add
Microsoft.CodeAnalysis (6)
Syntax\InternalSyntax\SeparatedSyntaxListBuilder.cs (2)
72
_builder!.
Add
(node);
78
_builder!.
Add
(separatorToken);
Syntax\InternalSyntax\SyntaxListBuilder.cs (3)
56
this.
Add
(item.GetSlot(i));
81
Add
(items[i]);
110
Add
(list[i]);
Syntax\InternalSyntax\SyntaxListBuilder`1.cs (1)
71
_builder.
Add
(node);