1 write to safeMemorySectionHandle
mscorlib (1)
system\text\basecodepageencoding.cs (1)
292safeMemorySectionHandle = new SafeViewOfFileHandle((IntPtr) pMemorySection, true);
3 references to safeMemorySectionHandle
mscorlib (3)
system\text\basecodepageencoding.cs (2)
347if (safeMemorySectionHandle != null && safeMemorySectionHandle.DangerousGetHandle() == IntPtr.Zero)
system\text\gb18030encoding.cs (1)
172byte *pMemorySection = (byte *) safeMemorySectionHandle.DangerousGetHandle();