Definition at line 2841 of file String.cs.
2842 {
2844 {
2846 {
2847 if (char.IsWhiteSpace(this[i]))
2848 {
2850 }
2851 }
2852 return;
2853 }
2855 {
2857 char c2 = ((separators.Length > 1) ?
separators[1] : c);
2860 {
2862 return;
2863 }
2865 {
2868 {
2870 }
2871 }
2872 return;
2873 }
2878 {
2881 {
2883 }
2884 }
2885 }
bool ICollection< KeyValuePair< TKey, TValue > >. Contains(KeyValuePair< TKey, TValue > keyValuePair)
static new bool IsSupported
static unsafe void InitializeProbabilisticMap(uint *charMap, ReadOnlySpan< char > anyOf)
static unsafe bool IsCharBitSet(uint *charMap, byte value)
void MakeSeparatorListVectorized(ref ValueListBuilder< int > sepListBuilder, char c, char c2, char c3)
References System.Collections.Generic.Dictionary< TKey, TValue >.Contains(), System.String.InitializeProbabilisticMap(), System.String.IsCharBitSet(), System.Runtime.Intrinsics.X86.Sse41.IsSupported, System.String.Length, and System.String.MakeSeparatorListVectorized().
Referenced by System.String.SplitInternal(), System.String.SplitInternal(), and System.String.SplitInternal().