8 references to RemoveAllSyntaxTrees
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
3657return this.RemoveAllSyntaxTrees();
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
122var metadataCompilation = compilation.RemoveAllSyntaxTrees();
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
Emit\EditAndContinue\EditAndContinueTestBase.cs (3)
326return compilation.RemoveAllSyntaxTrees().AddSyntaxTrees(newSource.GetSyntaxTrees(previousParseOptions)); 331return compilation.RemoveAllSyntaxTrees().AddSyntaxTrees(newTree); 336return compilation.RemoveAllSyntaxTrees().AddSyntaxTrees(newTrees);
Emit\EditAndContinue\EditAndContinueTests.cs (1)
6341var compilation1 = compilation0.RemoveAllSyntaxTrees().AddSyntaxTrees(Parse(source1, "a.cs", parseOptions));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Compilation\CompilationAPITests.cs (2)
2111var none2 = arc.RemoveAllSyntaxTrees(); 2114var none3 = ac.RemoveAllSyntaxTrees();