5 references to Any
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (5)
5832/// it's treated as a single separator) or <see cref="SpanSplitEnumeratorMode.Any"/> (in which case it's treated as a set of separators). 5867/// <summary>Initializes the enumerator for <see cref="SpanSplitEnumeratorMode.Any"/>.</summary> 5884_splitMode = SpanSplitEnumeratorMode.Any; 5927case SpanSplitEnumeratorMode.Any: 5995/// A <see cref="SearchValues{Char}"/> was provided and should behave the same as with <see cref="Any"/> but with the separators in the <see cref="SearchValues"/>