1 write to SmallSlotCount
Microsoft.CodeAnalysis (1)
Syntax\GreenNode.cs (1)
166_nodeFlagsAndSlotCount.SmallSlotCount = (byte)value;
5 references to SmallSlotCount
Microsoft.CodeAnalysis (5)
Syntax\GreenNode.cs (5)
159var count = _nodeFlagsAndSlotCount.SmallSlotCount; 180/// Called when <see cref="NodeFlagsAndSlotCount.SmallSlotCount"/> returns a value of <see cref="SlotCountTooLarge"/>. 784while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0); 810while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0); 836while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0);