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