5 references to CreateSplitArrayOfThisAsSoleValue
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (5)
1697return (count <= 1 || Length == 0) ? CreateSplitArrayOfThisAsSoleValue(options, count) : Split(separatorSpan, count, options); 1761return CreateSplitArrayOfThisAsSoleValue(options, count); 1831return CreateSplitArrayOfThisAsSoleValue(options, count); 1857return CreateSplitArrayOfThisAsSoleValue(options, count); 1904return CreateSplitArrayOfThisAsSoleValue(options, count);