2 writes to NodeFlags
Microsoft.CodeAnalysis (2)
Syntax\GreenNode.cs (2)
299_nodeFlagsAndSlotCount.NodeFlags |= flags; 304_nodeFlagsAndSlotCount.NodeFlags &= ~flags;
2 references to NodeFlags
Microsoft.CodeAnalysis (2)
Syntax\GreenNode.cs (1)
294get { return this._nodeFlagsAndSlotCount.NodeFlags; }
Syntax\GreenNode.NodeFlagsAndSlotCount.cs (1)
12/// Combination of <see cref="NodeFlags"/> and <see cref="SlotCount"/> stored in a single 16bit value.