2 references to BlockCopyCore
Microsoft.AspNetCore.Cryptography.Internal (2)
UnsafeBufferUtil.cs (2)
31
BlockCopyCore
((byte*)from, (byte*)to, byteCount);
93
BlockCopyCore
(from: (byte*)from.DangerousGetHandle(), to: (byte*)to.DangerousGetHandle(), byteCount: (uint)length.ToInt32());