5 references to ReplaceInPlaceAtChunk
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (5)
973ReplaceInPlaceAtChunk(ref chunk!, ref indexInChunk, ref MemoryMarshal.GetReference(value), value.Length); 2416ReplaceInPlaceAtChunk(ref chunk!, ref indexInChunk, ref value, valueCount); 2456ReplaceInPlaceAtChunk(ref targetChunk!, ref targetIndexInChunk, ref MemoryMarshal.GetReference<char>(value), value.Length); 2471ReplaceInPlaceAtChunk(ref targetChunk!, ref targetIndexInChunk, ref sourceChunk.m_ChunkChars[gapStart], gapEnd - gapStart); 2706/// <see cref="ReplaceInPlaceAtChunk"/> can be used in conjunction with this method to fill in the newly created gap.