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