3 writes to _taggedHandle
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\WeakReference.T.cs (3)
84_taggedHandle = trackResurrection ? 92ComAwareWeakReference.SetComInfoInConstructor(ref _taggedHandle, comInfo); 111ComAwareWeakReference.SetTarget(ref _taggedHandle, target, comInfo);
3 references to _taggedHandle
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\WeakReference.T.cs (3)
78private bool IsTrackResurrection() => (_taggedHandle & TracksResurrectionBit) != 0; 99nint th = _taggedHandle & ~TracksResurrectionBit; 131nint th = _taggedHandle & ~TracksResurrectionBit;