8 references to RemoveAllSyntaxTrees
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (1)
3995return this.RemoveAllSyntaxTrees();
Emitter\EditAndContinue\PEDeltaAssemblyBuilder.cs (1)
103var metadataCompilation = compilation.RemoveAllSyntaxTrees();
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (4)
Emit\EditAndContinue\EditAndContinueTestBase.cs (3)
267return compilation.RemoveAllSyntaxTrees().AddSyntaxTrees(newSource.GetSyntaxTrees(previousParseOptions)); 272return compilation.RemoveAllSyntaxTrees().AddSyntaxTrees(newTree); 277return compilation.RemoveAllSyntaxTrees().AddSyntaxTrees(newTrees);
Emit\EditAndContinue\EditAndContinueTests.cs (1)
7851var compilation1 = compilation0.RemoveAllSyntaxTrees().AddSyntaxTrees(Parse(source1, "a.cs", parseOptions));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Compilation\CompilationAPITests.cs (2)
2110var none2 = arc.RemoveAllSyntaxTrees(); 2113var none3 = ac.RemoveAllSyntaxTrees();