2 instantiations of 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);
2 references to SafeAllocHHandle
System.Text.Encoding.CodePages (2)
Microsoft\Win32\SafeHandles\SafeAllocHHandle.cs (1)
19internal static SafeAllocHHandle InvalidHandle
System\Text\BaseCodePageEncoding.cs (1)
226protected SafeAllocHHandle? safeNativeMemoryHandle;