2 writes to _refCount
System.Data.Common (2)
System\Data\Selection.cs (2)
240_refCount++; 255count = --_refCount;
4 references to _refCount
System.Data.Common (4)
System\Data\Selection.cs (4)
225public int RefCount => _refCount; 233Debug.Assert(0 <= _refCount, "AddRef on disposed index"); 235if (_refCount == 0) 256if (_refCount <= 0)