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