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