7 references to RemoveAll
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpSemanticModel.cs (1)
1693
results.
RemoveAll
(static (symbol, _) => !symbol.CanBeReferencedByName, arg: 0);
Microsoft.CodeAnalysis.UnitTests (6)
Collections\ArrayBuilderTests.cs (6)
21
builder.
RemoveAll
((_, _) => false, arg: 0);
24
builder.
RemoveAll
((i, arg) => i == arg, arg: 6);
27
builder.
RemoveAll
((i, arg) => i == arg, arg: 7);
30
builder.
RemoveAll
((i, arg) => i < arg, arg: 3);
33
builder.
RemoveAll
((_, _) => true, arg: 0);
36
builder.
RemoveAll
((_, _) => true, arg: 0);