3 references to InternalGetBridgeWait
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\WeakReference.cs (2)
130
bool result = GCHandle.
InternalGetBridgeWait
(wh) != null;
179
target = GCHandle.
InternalGetBridgeWait
(th);
src\libraries\System.Private.CoreLib\src\System\WeakReference.T.cs (1)
155
target = Unsafe.As<T?>(GCHandle.
InternalGetBridgeWait
(th));