3 references to LastIndexOfAny
Microsoft.Build (1)
Evaluation\Expander\WellKnownFunctions.cs (1)
260returnVal = text.AsSpan().LastIndexOfAny(arg0.AsSpan());
System.Formats.Tar (1)
System\Formats\Tar\TarHeader.Write.cs (1)
598int lastIdx = pathNameBytes.LastIndexOfAny(PathInternal.Utf8DirectorySeparators);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (1)
3040LastIndexOfAny((ReadOnlySpan<T>)span, values);