3 references to CopyTo
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (2)
852value.CopyTo(startIndex, new Span<char>(m_ChunkChars, m_ChunkLength, length), length); 881CopyTo(sourceIndex, new Span<char>(destination).Slice(destinationIndex), count);
src\System\Text\StringBuilder.CoreCLR.cs (1)
107CopyTo(0, new Span<char>((char*)dest, charLen), charLen);