Enum SyntaxNodeOptions
Defines syntax node behavior.
This enumeration has a FlagsAttribute
attribute that allows a bitwise combination of its member values.
[Flags]
public enum SyntaxNodeOptions
Fields
BackIndentation = 2
Specifies that syntax node decrements indentation level.
CodeCompletion = 16
Specifies that syntax node supports code completion functionality.
Indentation = 1
Specifies that syntax node increments indentation level.
KeepIndentation = 4
Specifies that syntax node preserves indentation level.
None = 0
Specifies that no flags are in effect.
Outlining = 8
Specifies that syntax node can be outlined.
Reference = 32
Specifies that syntax node is reference to the declaration.