public static bool IsSingleLine(this FileLinePositionSpan fileLinePositionSpan)
 {
     return(!fileLinePositionSpan.IsMultiLine());
 }