8 references to RemoveSyntaxTrees
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (2)
910
return
RemoveSyntaxTrees
((IEnumerable<SyntaxTree>)trees);
4014
return this.
RemoveSyntaxTrees
(trees);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
Compilation\CompilationAPITests.cs (6)
846
compCollection = compCollection.
RemoveSyntaxTrees
(hs);
856
Assert.Throws<ArgumentException>(() => compCollection = compCollection.AddSyntaxTrees(t4, t5).
RemoveSyntaxTrees
(col));
867
Assert.Throws<ArgumentException>(() => compCollection = compCollection.AddSyntaxTrees(t4, t6).
RemoveSyntaxTrees
(stack));
878
Assert.Throws<ArgumentException>(() => compCollection = compCollection.AddSyntaxTrees(t4, t6).
RemoveSyntaxTrees
(queue));
948
comp = comp.AddSyntaxTrees().
RemoveSyntaxTrees
(listSyntaxTree);
949
comp = comp.AddSyntaxTrees(listSyntaxTree).
RemoveSyntaxTrees
(listSyntaxTree);