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