2 writes to _weakHandle
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\ComAwareWeakReference.cs (2)
81_weakHandle = weakHandle; 89_weakHandle = 0;
5 references to _weakHandle
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\ComAwareWeakReference.cs (5)
86GCHandle.InternalFree(_weakHandle); 98GCHandle.InternalSet(_weakHandle, target); 103internal object? Target => GCHandle.InternalGet(_weakHandle) ?? RehydrateTarget(); 113target = GCHandle.InternalGet(_weakHandle); 119GCHandle.InternalSet(_weakHandle, target);