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