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