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