3 writes to _refCount
System.Private.Windows.Core (3)
Windows\Win32\System\Com\Lifetime.cs (3)
24Interlocked.Increment(ref ((Lifetime<TVTable, TObject>*)@this)->_refCount); 30uint count = Interlocked.Decrement(ref lifetime->_refCount); 61wrapper->_refCount = 1;
1 reference to _refCount
System.Private.Windows.Core (1)
Windows\Win32\System\Com\Lifetime.cs (1)
29Debug.Assert(lifetime->_refCount > 0);