10 references to RemoveAllSyntaxTrees
Microsoft.CodeAnalysis.VisualBasic (2)
Compilation\VisualBasicCompilation.vb (1)
2765
Return Me.
RemoveAllSyntaxTrees
()
Emit\EditAndContinue\PEDeltaAssemblyBuilder.vb (1)
113
Dim metadataCompilation = compilation.
RemoveAllSyntaxTrees
()
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (3)
Emit\EditAndContinue\EditAndContinueTestBase.vb (3)
329
Return compilation.
RemoveAllSyntaxTrees
().AddSyntaxTrees(VisualBasicSyntaxTree.ParseText(newSource))
334
Return compilation.
RemoveAllSyntaxTrees
().AddSyntaxTrees(ToSourceTrees(newSource))
339
Return compilation.
RemoveAllSyntaxTrees
().AddSyntaxTrees(newTree)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (5)
Compilation\CompilationAPITests.vb (5)
813
comp = comp.
RemoveAllSyntaxTrees
2359
Dim none2 = arc.
RemoveAllSyntaxTrees
()
2362
Dim none3 = ac.
RemoveAllSyntaxTrees
()
2695
Dim compilation2 = compilation1.
RemoveAllSyntaxTrees
()
2718
Dim compilation2 = compilation1.
RemoveAllSyntaxTrees
()