5 references to IndexOfAny
PresentationFramework (1)
MS\Internal\Globalization\BamlResourceContent.cs (1)
98
int firstEscapeToken = contentSpan.
IndexOfAny
(s_escapeTokens);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (2)
534
IndexOfAny
(span, values) >= 0;
2631
IndexOfAny
((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)
727
int i = textSpan.Slice(pos).
IndexOfAny
(LeadingStrings);