2 references to LastIndexOfAny
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
SemanticSearch\CSharpSemanticSearchServiceTests.cs (1)
32
var lineStart = text.
LastIndexOfAny
(s_lineBreaks, position, position) + 1;
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\String.Searching.cs (1)
317
return
LastIndexOfAny
(anyOf, startIndex, startIndex + 1);