7 references to WithInsertBefore
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (7)
Syntax\SyntaxEquivalenceTests.vb (7)
75Dim tree2 = tree1.WithInsertBefore("end", NewLines("class C \n end class \n")) 115Dim tree2 = tree1.WithInsertBefore("end", NewLines("sub Goo() \n end sub \n")) 123Dim tree2 = tree1.WithInsertBefore("end", NewLines("dim i as Integer \n ")) 179Dim tree2 = tree1.WithInsertBefore("sub", "Inherits B \n") 195Dim tree2 = tree1.WithInsertBefore("class", NewLines("' Comment\n")) 203Dim tree2 = tree1.WithInsertBefore("class", "' ") 211Dim tree2 = tree1.WithInsertBefore("class", NewLines("''' Comment \n"))