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