5 references to IndexOfAny
PresentationFramework (1)
MS\Internal\Globalization\BamlResourceContent.cs (1)
98int firstEscapeToken = contentSpan.IndexOfAny(s_escapeTokens);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (2)
534IndexOfAny(span, values) >= 0; 2631IndexOfAny((ReadOnlySpan<char>)span, values);
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\StringSearchValuesBase.cs (1)
13/// <see cref="MemoryExtensions.IndexOfAny(ReadOnlySpan{char}, SearchValues{string})"/> is the main
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
727int i = textSpan.Slice(pos).IndexOfAny(LeadingStrings);