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