2 references to BlockCopy
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
UnsafeBufferUtilTests.cs (1)
20
UnsafeBufferUtil.
BlockCopy
(from: &x, to: &y, byteCount: (int)sizeof(long));
Microsoft.AspNetCore.DataProtection (1)
SP800_108\SP800_108_CTR_HMACSHA512Extensions.cs (1)
27
UnsafeBufferUtil.
BlockCopy
(from: pbContextHeader, to: pbCombinedContext, byteCount: contextHeader.Length);