1 write to _startOnCurrentLine
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
EndConstructGeneration\SpitLinesResult.vb (1)
27
_startOnCurrentLine
= startOnCurrentLine
1 reference to _startOnCurrentLine
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
EndConstructGeneration\SpitLinesResult.vb (1)
50
Dim joinedLines = If(
_startOnCurrentLine
, "", bufferNewLine) + String.Join(bufferNewLine, _lines)