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