6 references to Remove
Microsoft.CodeAnalysis (1)
Syntax\SyntaxList`1.cs (1)
291
return this.
Remove
(this[index]);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Syntax\SyntaxListTests.cs (4)
122
newList = list.
Remove
(elementA);
126
newList = list.
Remove
(elementB);
130
newList = list.
Remove
(elementC);
215
newList = list.
Remove
(nodeD);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
1883
return clauses.
Remove
(clause);