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)
154
var count = _nodeFlagsAndSlotCount.
SmallSlotCount
;
175
/// Called when <see cref="NodeFlagsAndSlotCount.
SmallSlotCount
"/> returns a value of <see cref="SlotCountTooLarge"/>.
767
while (node?._nodeFlagsAndSlotCount.
SmallSlotCount
> 0);
793
while (node?._nodeFlagsAndSlotCount.
SmallSlotCount
> 0);
819
while (node?._nodeFlagsAndSlotCount.
SmallSlotCount
> 0);