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