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 = 2Specifies that syntax node decrements indentation level.
CodeCompletion = 16Specifies that syntax node supports code completion functionality.
Indentation = 1Specifies that syntax node increments indentation level.
KeepIndentation = 4Specifies that syntax node preserves indentation level.
None = 0Specifies that no flags are in effect.
Outlining = 8Specifies that syntax node can be outlined.
Reference = 32Specifies that syntax node is reference to the declaration.