system\text\stringbuilder.cs (4)
853ReplaceInPlaceAtChunk(ref chunk, ref indexInChunk, valuePtr, value.Length);
1718ReplaceInPlaceAtChunk(ref chunk, ref indexInChunk, value, valueCount);
1751ReplaceInPlaceAtChunk(ref targetChunk, ref targetIndexInChunk, valuePtr, value.Length);
1765ReplaceInPlaceAtChunk(ref targetChunk, ref targetIndexInChunk, sourcePtr, gapEnd - gapStart);