1 write to SmallSlotCount
Microsoft.CodeAnalysis (1)
Syntax\GreenNode.cs (1)
161_nodeFlagsAndSlotCount.SmallSlotCount = (byte)value;
5 references to SmallSlotCount
Microsoft.CodeAnalysis (5)
Syntax\GreenNode.cs (5)
154var count = _nodeFlagsAndSlotCount.SmallSlotCount; 175/// Called when <see cref="NodeFlagsAndSlotCount.SmallSlotCount"/> returns a value of <see cref="SlotCountTooLarge"/>. 767while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0); 793while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0); 819while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0);