3 references to BlockCopy
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
UnsafeBufferUtilTests.cs (1)
94
UnsafeBufferUtil.
BlockCopy
(from: pExpected, to: testHandle, byteCount: (uint)cbExpected);
Microsoft.AspNetCore.DataProtection (2)
Secret.cs (2)
135
UnsafeBufferUtil.
BlockCopy
(from: pbPlaintext, to: handle, byteCount: cbPlaintext);
151
UnsafeBufferUtil.
BlockCopy
(from: pbPlaintext, to: encryptedMemoryHandle, byteCount: cbPlaintext);