2 references to JoinCore
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (2)
789JoinCore(new ReadOnlySpan<char>(in separator), value, startIndex, count); 792JoinCore(separator.AsSpan(), value, startIndex, count);