2 references to BlockCopy
Microsoft.AspNetCore.Cryptography.Internal (1)
SafeHandles\SecureLocalAllocHandle.cs (1)
52
UnsafeBufferUtil.
BlockCopy
(from: this, to: duplicateHandle, length: _cb);
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
UnsafeBufferUtilTests.cs (1)
54
UnsafeBufferUtil.
BlockCopy
(from: controlHandle, to: testHandle, length: (IntPtr)cbExpected);