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
"/>
153
var count =
_nodeFlagsAndSlotCount
.SmallSlotCount;
160
_nodeFlagsAndSlotCount
.SmallSlotCount = (byte)value;
294
get { return this.
_nodeFlagsAndSlotCount
.NodeFlags; }
299
_nodeFlagsAndSlotCount
.NodeFlags |= flags;
304
_nodeFlagsAndSlotCount
.NodeFlags &= ~flags;
766
while (node?.
_nodeFlagsAndSlotCount
.SmallSlotCount > 0);
792
while (node?.
_nodeFlagsAndSlotCount
.SmallSlotCount > 0);
818
while (node?.
_nodeFlagsAndSlotCount
.SmallSlotCount > 0);