2 references to
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractTriviaFormatter.cs (2)
300trivia = list[i]; 324else if (LineContinuationFollowedByWhitespaceComment(previousTrivia, (i + 1) < list.Count ? list[i + 1] : default))