9 references to InternalSet
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\ComAwareWeakReference.cs (2)
98GCHandle.InternalSet(_weakHandle, target); 119GCHandle.InternalSet(_weakHandle, target);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\GCHandle.cs (1)
103InternalSet(GetHandleValue(handle), value);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\GCHandle.T.cs (1)
58GCHandle.InternalSet(handle, value);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\PinnedGCHandle.T.cs (1)
61GCHandle.InternalSet(handle, value);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\WeakGCHandle.T.cs (1)
67GCHandle.InternalSet(handle, target);
src\libraries\System.Private.CoreLib\src\System\WeakReference.cs (1)
206GCHandle.InternalSet(th, value);
src\libraries\System.Private.CoreLib\src\System\WeakReference.T.cs (1)
120GCHandle.InternalSet(th, target);
src\System\RuntimeType.CoreCLR.cs (1)
2482GCHandle.InternalSet(m_cache, null);