5 references to InternalGet
mscorlib (5)
system\multicastdelegate.cs (3)
726this._methodBase = System.Runtime.InteropServices.GCHandle.InternalGet(gchandle); 736this._methodBase = System.Runtime.InteropServices.GCHandle.InternalGet(gchandle); 746this._methodBase = System.Runtime.InteropServices.GCHandle.InternalGet(gchandle);
system\rttype.cs (1)
2755RuntimeTypeCache cache = GCHandle.InternalGet(m_cache) as RuntimeTypeCache;
system\runtime\interopservices\gchandle.cs (1)
145return InternalGet(GetHandleValue());