8 references to StringFromLines
Microsoft.CodeAnalysis.VisualBasic.Features.UnitTests (8)
GenerateEndConstruct\GenerateEndConstructTests.vb (6)
52Dim expected = StringFromLines("", "Structure Goo", "End Structure", "")
63Dim expected = StringFromLines("", "Module Goo", "", "End Module", "")
74Dim expected = StringFromLines("", "Namespace Goo", "", "End Namespace", "")
85Dim expected = StringFromLines("", "Class Goo", "", "End Class", "")
96Dim expected = StringFromLines("", "Interface Goo", "", "End Interface", "")
107Dim expected = StringFromLines("", "Enum Goo", "", "End Enum", "")