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