2 references to LastIndexOf
Microsoft.CodeAnalysis.EditorFeatures (2)
CommentSelection\CommentUncommentSelectionCommandHandler.cs (2)
245var positionOfStart = text.LastIndexOf(info.BlockCommentStartString, span.Start, caseSensitive: true); 250var lastEnd = text.LastIndexOf(info.BlockCommentEndString, span.Start, caseSensitive: true);