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