3 references to LinesToFullText
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
EditorFactory.cs (1)
32var text = LinesToFullText(lines);
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
EndConstructGeneration\EndConstructTestingHelpers.vb (2)
90Assert.Equal(EditorFactory.LinesToFullText(after), textView.TextSnapshot.GetText()) 140Assert.Equal(EditorFactory.LinesToFullText(text), textView.TextSnapshot.GetText())