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