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