3 references to LastIndexOfAny
Microsoft.TemplateEngine.Cli (2)
TabularOutput\TabularOutput.cs (2)
441
int lastBreak = text.
LastIndexOfAny
(new[] { ' ', '-' }, end, end - position);
445
lastBreak = text.
LastIndexOfAny
(new[] { ' ', '-' }, lastBreak, lastBreak - position);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Searching.cs (1)
600
return
LastIndexOfAny
(anyOf, startIndex, startIndex + 1);