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