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