6 references to CopyBlock
Microsoft.AspNetCore.DataProtection (3)
Cng\CbcAuthenticatedEncryptor.cs (1)
337Unsafe.CopyBlock(pbOutputKeyModifier, pbKeyModifierAndIV, cbKeyModifierAndIV);
SP800_108\SP800_108_CTR_HMACSHA512Extensions.cs (2)
28Unsafe.CopyBlock(pbCombinedContext, pbContextHeader, (uint)contextHeader.Length); 30Unsafe.CopyBlock(&pbCombinedContext[contextHeader.Length], pbContext, cbContext);
System.Private.CoreLib (1)
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\CompilerHelpers\StartupCodeHelpers.cs (1)
296Unsafe.CopyBlock(pDest, pCurrent, (uint)payload);
System.Runtime.InteropServices.JavaScript (2)
System\Runtime\InteropServices\JavaScript\JSHostImplementation.cs (2)
169Unsafe.CopyBlock((byte*)buffer + functionNameOffset, fn, (uint)functionNameBytes); 176Unsafe.CopyBlock((byte*)buffer + moduleNameOffset, mn, (uint)moduleNameBytes);