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)
58
this.
Add
(item.GetSlot(i));
83
Add
(items[i]);
112
Add
(list[i]);
Syntax\InternalSyntax\SyntaxListBuilder`1.cs (1)
71
_builder.
Add
(node);