9 references to _nodeFlagsAndSlotCount
Microsoft.CodeAnalysis (9)
Syntax\GreenNode.cs (9)
34/// Value used to indicate the slot count was too large to be encoded directly in our <see cref="_nodeFlagsAndSlotCount"/> 154var count = _nodeFlagsAndSlotCount.SmallSlotCount; 161_nodeFlagsAndSlotCount.SmallSlotCount = (byte)value; 295get { return this._nodeFlagsAndSlotCount.NodeFlags; } 300_nodeFlagsAndSlotCount.NodeFlags |= flags; 305_nodeFlagsAndSlotCount.NodeFlags &= ~flags; 767while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0); 793while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0); 819while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0);