2 writes to _refCount
System.Windows.Forms.Primitives (2)
System\Windows\Forms\RefCountedCache.CacheEntry.cs (2)
28
public void AddRef() => Interlocked.Increment(ref
_refCount
);
46
int refCount = Interlocked.Decrement(ref
_refCount
);
1 reference to _refCount
System.Windows.Forms.Primitives (1)
System\Windows\Forms\RefCountedCache.CacheEntry.cs (1)
33
public int RefCount =>
_refCount
;