6 references to SwitchSection
Microsoft.CodeAnalysis.CSharp.CodeStyle (6)
CSharpFormattingOptions2.cs (2)
208
CSharpSyntaxFormattingOptions.IndentationDefault.HasFlag(IndentationPlacement.
SwitchSection
))
213
CSharpSyntaxFormattingOptions.IndentationDefault.HasFlag(IndentationPlacement.
SwitchSection
))
CSharpSyntaxFormattingOptions.cs (3)
51
IndentationPlacement.
SwitchSection
;
109
(options.GetOption(CSharpFormattingOptions2.IndentSwitchSection, fallbackOptions.Indentation.HasFlag(IndentationPlacement.
SwitchSection
)) ? IndentationPlacement.
SwitchSection
: 0);
IndentBlockFormattingRule.cs (1)
238
if (node is SwitchStatementSyntax && !_options.Indentation.HasFlag(IndentationPlacement.
SwitchSection
))