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