2 writes to _inUseCount
System.Data.Common (2)
System\Data\RbTree.cs (2)
1992
_inUseCount
++;
2024
set {
_inUseCount
= value; }
3 references to _inUseCount
System.Data.Common (3)
System\Data\RbTree.cs (3)
1979
if (
_inUseCount
< _slots.Length)
1993
if (
_inUseCount
== _slots.Length) // mark page as full
2023
get { return
_inUseCount
; }