diff --git a/src/Features/CSharp/Portable/Structure/Providers/SwitchStatementStructureProvider.cs b/src/Features/CSharp/Portable/Structure/Providers/SwitchStatementStructureProvider.cs index cbf5cbdf5c6d4855f68331435e2ed6178e34b5e1..8008767e8298fb937030bf76f9f0723f7881eaea 100644 --- a/src/Features/CSharp/Portable/Structure/Providers/SwitchStatementStructureProvider.cs +++ b/src/Features/CSharp/Portable/Structure/Providers/SwitchStatementStructureProvider.cs @@ -18,7 +18,7 @@ internal class SwitchStatementStructureProvider : AbstractSyntaxNodeStructurePro isCollapsible: true, textSpan: TextSpan.FromBounds(node.CloseParenToken.Span.End, node.CloseBraceToken.Span.End), hintSpan: node.Span, - type: BlockTypes.Statement)); + type: BlockTypes.Conditional)); } } } \ No newline at end of file