8 references to RemoveSyntaxTrees
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (2)
905
return
RemoveSyntaxTrees
((IEnumerable<SyntaxTree>)trees);
3941
return this.
RemoveSyntaxTrees
(trees);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
Compilation\CompilationAPITests.cs (6)
847
compCollection = compCollection.
RemoveSyntaxTrees
(hs);
857
Assert.Throws<ArgumentException>(() => compCollection = compCollection.AddSyntaxTrees(t4, t5).
RemoveSyntaxTrees
(col));
868
Assert.Throws<ArgumentException>(() => compCollection = compCollection.AddSyntaxTrees(t4, t6).
RemoveSyntaxTrees
(stack));
879
Assert.Throws<ArgumentException>(() => compCollection = compCollection.AddSyntaxTrees(t4, t6).
RemoveSyntaxTrees
(queue));
949
comp = comp.AddSyntaxTrees().
RemoveSyntaxTrees
(listSyntaxTree);
950
comp = comp.AddSyntaxTrees(listSyntaxTree).
RemoveSyntaxTrees
(listSyntaxTree);