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