15 references to Remove
Microsoft.CodeAnalysis (2)
Syntax\SeparatedSyntaxList.cs (2)
447return this.Remove(this[index]); 518return this.Remove(nodeInList);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
ConvertToRecordEngine.cs (1)
313typeList = typeList.Remove(iEquatableItem);
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToRecordEngine.cs (1)
313typeList = typeList.Remove(iEquatableItem);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Syntax\SeparatedSyntaxListTests.cs (4)
164newList = list.Remove(elementA); 168newList = list.Remove(elementB); 172newList = list.Remove(elementC); 256newList = list.Remove(nodeD);
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (4)
Syntax\SeparatedSyntaxListTests.vb (4)
89newList = list.Remove(elementA) 93newList = list.Remove(elementB) 97newList = list.Remove(elementC) 181newList = list.Remove(nodeD)
Microsoft.VisualStudio.LanguageServices.CSharp (3)
CodeModel\CSharpCodeModelService.cs (3)
2776var newMembers = members.Remove(node); 3799var newTypes = typeDeclaration.BaseList.Types.Remove(baseType); 3885var newTypes = typeDeclaration.BaseList.Types.Remove(baseType);