1 write to _proxyHandleTrackingResurrection
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (1)
603
_proxyHandleTrackingResurrection
= GCHandle.Alloc(comProxy, GCHandleType.WeakTrackResurrection);
4 references to _proxyHandleTrackingResurrection
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (4)
636
if (
_proxyHandleTrackingResurrection
.IsAllocated)
638
_proxyHandleTrackingResurrection
.Free();
653
if (
_proxyHandleTrackingResurrection
.IsAllocated &&
_proxyHandleTrackingResurrection
.Target != null)