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