9 references to _nodeFlagsAndSlotCount
Microsoft.CodeAnalysis (9)
Syntax\GreenNode.cs (9)
35/// Value used to indicate the slot count was too large to be encoded directly in our <see cref="_nodeFlagsAndSlotCount"/> 159var count = _nodeFlagsAndSlotCount.SmallSlotCount; 166_nodeFlagsAndSlotCount.SmallSlotCount = (byte)value; 300get { return this._nodeFlagsAndSlotCount.NodeFlags; } 305_nodeFlagsAndSlotCount.NodeFlags |= flags; 310_nodeFlagsAndSlotCount.NodeFlags &= ~flags; 784while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0); 810while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0); 836while (node?._nodeFlagsAndSlotCount.SmallSlotCount > 0);