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