3 references to BlockCopy
Microsoft.AspNetCore.Cryptography.Internal (3)
UnsafeBufferUtil.cs (3)
20
BlockCopy
(from, to, checked((uint)byteCount)); // will be checked before invoking the delegate
44
BlockCopy
((void*)from.DangerousGetHandle(), to, byteCount);
64
BlockCopy
(from, (void*)to.DangerousGetHandle(), byteCount);