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