2 writes to InUseCount
System.Data.Common (2)
System\Data\RbTree.cs (2)
133
_pageTable[0]!.
InUseCount
= 1;
258
page.
InUseCount
--;
2 references to InUseCount
System.Data.Common (2)
System\Data\RbTree.cs (2)
260
if (page.
InUseCount
== 0)
262
else if (page.
InUseCount
== page._slots.Length - 1)