7 references to RemoveAllSyntaxTrees
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
3946return this.RemoveAllSyntaxTrees();
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
99var metadataCompilation = compilation.RemoveAllSyntaxTrees();
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Emit\EditAndContinue\EditAndContinueTestBase.cs (3)
267return compilation.RemoveAllSyntaxTrees().AddSyntaxTrees(newSource.GetSyntaxTrees(previousParseOptions)); 272return compilation.RemoveAllSyntaxTrees().AddSyntaxTrees(newTree); 277return compilation.RemoveAllSyntaxTrees().AddSyntaxTrees(newTrees);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Compilation\CompilationAPITests.cs (2)
2110var none2 = arc.RemoveAllSyntaxTrees(); 2113var none3 = ac.RemoveAllSyntaxTrees();