2 references to SafeAllocHHandle
System.Text.Encoding.CodePages (2)
Microsoft\Win32\SafeHandles\SafeAllocHHandle.cs (1)
21
get { return new
SafeAllocHHandle
(IntPtr.Zero); }
System\Text\BaseCodePageEncoding.cs (1)
372
safeNativeMemoryHandle = new
SafeAllocHHandle
((IntPtr)pNativeMemory);