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