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