1 write to SmallSlotCount
Microsoft.CodeAnalysis (1)
Syntax\GreenNode.cs (1)
160_nodeFlagsAndSlotCount.SmallSlotCount = (byte)value;
5 references to SmallSlotCount
Microsoft.CodeAnalysis (5)
Syntax\GreenNode.cs (5)
153var count = _nodeFlagsAndSlotCount.SmallSlotCount; 174/// Called when <see cref="NodeFlagsAndSlotCount.SmallSlotCount"/> returns a value of <see cref="SlotCountTooLarge"/>. 766while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0); 792while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0); 818while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0);