8 references to StringFromLines
Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests (8)
GenerateEndConstruct\GenerateEndConstructTests.vb (6)
51Dim expected = StringFromLines("", "Structure Goo", "End Structure", "")
62Dim expected = StringFromLines("", "Module Goo", "", "End Module", "")
73Dim expected = StringFromLines("", "Namespace Goo", "", "End Namespace", "")
84Dim expected = StringFromLines("", "Class Goo", "", "End Class", "")
95Dim expected = StringFromLines("", "Interface Goo", "", "End Interface", "")
106Dim expected = StringFromLines("", "Enum Goo", "", "End Enum", "")