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