2 references to GetPreviousMatchingLine
Microsoft.CodeAnalysis.EditorFeatures (2)
CommentSelection\CommentUncommentSelectionCommandHandler.cs (1)
335lastLine = lastLine.GetPreviousMatchingLine(_ => true);
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
170endLine = endLine.GetPreviousMatchingLine(_ => true);