3 references to IndentSwitchCaseSectionWhenBlock
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Formatting\CSharpFormattingOptions.cs (2)
150
/// <inheritdoc cref="CSharpFormattingOptions2.
IndentSwitchCaseSectionWhenBlock
"/>
151
public static Option<bool> IndentSwitchCaseSectionWhenBlock { get; } = CSharpFormattingOptions2.
IndentSwitchCaseSectionWhenBlock
.ToPublicOption();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpSyntaxFormattingOptions.cs (1)
109
(options.GetOption(CSharpFormattingOptions2.
IndentSwitchCaseSectionWhenBlock
) ? IndentationPlacement.SwitchCaseContentsWhenBlock : 0) |