3 references to ReplaceInPlaceAtChunk
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (3)
2343ReplaceInPlaceAtChunk(ref chunk!, ref indexInChunk, ref value, valueCount); 2398ReplaceInPlaceAtChunk(ref targetChunk!, ref targetIndexInChunk, ref sourceChunk.m_ChunkChars[gapStart], gapEnd - gapStart); 2633/// <see cref="ReplaceInPlaceAtChunk"/> can be used in conjunction with this method to fill in the newly created gap.