5 references to m_handle
System.Private.CoreLib (5)
src\System\RuntimeHandles.cs (1)
103public IntPtr Value => m_type?.m_handle ?? 0;
src\System\RuntimeType.CoreCLR.cs (4)
2402return new TypeHandle((void*)m_handle); 2407return m_handle; 2412return (o is RuntimeType t) && (t.m_handle == m_handle);