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)
153
var count = _nodeFlagsAndSlotCount.
SmallSlotCount
;
174
/// Called when <see cref="NodeFlagsAndSlotCount.
SmallSlotCount
"/> returns a value of <see cref="SlotCountTooLarge"/>.
766
while (node?._nodeFlagsAndSlotCount.
SmallSlotCount
> 0);
792
while (node?._nodeFlagsAndSlotCount.
SmallSlotCount
> 0);
818
while (node?._nodeFlagsAndSlotCount.
SmallSlotCount
> 0);