9 references to SwitchSection
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
CSharpFormattingOptions2.cs (2)
208CSharpSyntaxFormattingOptions.IndentationDefault.HasFlag(IndentationPlacement.SwitchSection)) 213CSharpSyntaxFormattingOptions.IndentationDefault.HasFlag(IndentationPlacement.SwitchSection))
CSharpSyntaxFormattingOptions.cs (3)
51IndentationPlacement.SwitchSection; 109(options.GetOption(CSharpFormattingOptions2.IndentSwitchSection, fallbackOptions.Indentation.HasFlag(IndentationPlacement.SwitchSection)) ? IndentationPlacement.SwitchSection : 0);
IndentBlockFormattingRule.cs (1)
238if (node is SwitchStatementSyntax && !_options.Indentation.HasFlag(IndentationPlacement.SwitchSection))
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.CSharp (1)
Formatting\OmniSharpSyntaxFormattingOptionsFactory.cs (1)
139(indentSwitchSection ? IndentationPlacement.SwitchSection : 0),
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
Formatter\FormatterTests.cs (1)
197Assert.False(formattingOptions.Indentation.HasFlag(IndentationPlacement.SwitchSection));
Remote\ServiceDescriptorTests.cs (1)
252Indentation = IndentationPlacement.SwitchSection