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
"/>
159
var count =
_nodeFlagsAndSlotCount
.SmallSlotCount;
166
_nodeFlagsAndSlotCount
.SmallSlotCount = (byte)value;
300
get { return this.
_nodeFlagsAndSlotCount
.NodeFlags; }
305
_nodeFlagsAndSlotCount
.NodeFlags |= flags;
310
_nodeFlagsAndSlotCount
.NodeFlags &= ~flags;
784
while (node?.
_nodeFlagsAndSlotCount
.SmallSlotCount > 0);
810
while (node?.
_nodeFlagsAndSlotCount
.SmallSlotCount > 0);
836
while (node?.
_nodeFlagsAndSlotCount
.SmallSlotCount > 0);