2 references to s_hHeap
System.Security.Cryptography.Pkcs (2)
Microsoft\Win32\SafeHandles\SafeHeapAllocHandle.cs (2)
17
SafeHeapAllocHandle result = Interop.Kernel32.HeapAlloc(
s_hHeap
, HeapAllocFlags.None, size);
49
bool success = Interop.Kernel32.HeapFree(
s_hHeap
, HeapAllocFlags.None, handle);