1 reference to IsLineCommentedOrEmpty
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
179=> linesInSelection.Any(static (l, commentInfo) => !IsLineCommentedOrEmpty(l, commentInfo), commentInfo);