3 references to CopyBlockUnaligned
Microsoft.Extensions.Primitives (1)
InplaceStringBuilder.cs (1)
105
Unsafe.
CopyBlockUnaligned
(destination + _offset, source + offset, (uint)count * 2);
Microsoft.NET.StringTools (2)
InternableString.cs (2)
249
Unsafe.
CopyBlockUnaligned
(destPtr, sourcePtr, 2 * (uint)_inlineSpan.Length);
262
Unsafe.
CopyBlockUnaligned
(destPtr, sourcePtr, 2 * (uint)span.Length);