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