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)
294
get { 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.