7 references to InternalFree
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\ComAwareWeakReference.cs (2)
86GCHandle.InternalFree(_weakHandle); 142GCHandle.InternalFree(newHandle);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\GCHandle.cs (1)
80InternalFree(GetHandleValue(handle));
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\GCHandle.T.cs (1)
97GCHandle.InternalFree(handle);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\PinnedGCHandle.T.cs (1)
131GCHandle.InternalFree(handle);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\WeakGCHandle.T.cs (1)
105GCHandle.InternalFree(handle);
src\libraries\System.Private.CoreLib\src\System\WeakReference.cs (1)
228GCHandle.InternalFree(handle);