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