3 references to Alloc
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\Windows\HeapBlockRetainer.cs (1)
30SafeHeapAllocHandle hBlock = SafeHeapAllocHandle.Alloc(cbSize);
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (1)
58SafeHandle pvData = SafeHeapAllocHandle.Alloc(cbData);
src\runtime\src\libraries\Common\src\Interop\Windows\Crypt32\Interop.CryptEncodeDecodeWrappers.cs (1)
36SafeHandle sh = SafeHeapAllocHandle.Alloc(cbRequired);