9 references to _nodeFlagsAndSlotCount
Microsoft.CodeAnalysis (9)
Syntax\GreenNode.cs (9)
33/// Value used to indicate the slot count was too large to be encoded directly in our <see cref="_nodeFlagsAndSlotCount"/> 153var count = _nodeFlagsAndSlotCount.SmallSlotCount; 160_nodeFlagsAndSlotCount.SmallSlotCount = (byte)value; 294get { return this._nodeFlagsAndSlotCount.NodeFlags; } 299_nodeFlagsAndSlotCount.NodeFlags |= flags; 304_nodeFlagsAndSlotCount.NodeFlags &= ~flags; 766while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0); 792while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0); 818while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0);