18 references to Statement
Microsoft.CodeAnalysis.CSharp.Features (13)
Structure\Providers\BlockSyntaxStructureProvider.cs (12)
77subHeadings.Add((GetTextSpan(catchClause.Block), GetHintSpan(catchClause.Block), BlockTypes.Statement)); 81subHeadings.Add((GetTextSpan(finallyBlock), GetHintSpan(finallyBlock), BlockTypes.Statement)); 84BlockTypes.Statement, 211SyntaxKind.TryStatement => BlockTypes.Statement, 212SyntaxKind.CatchClause => BlockTypes.Statement, 213SyntaxKind.FinallyClause => BlockTypes.Statement, 214SyntaxKind.UnsafeStatement => BlockTypes.Statement, 215SyntaxKind.FixedStatement => BlockTypes.Statement, 216SyntaxKind.LockStatement => BlockTypes.Statement, 217SyntaxKind.UsingStatement => BlockTypes.Statement, 221SyntaxKind.Block => BlockTypes.Statement, 222SyntaxKind.LocalFunctionStatement => BlockTypes.Statement,
Structure\Providers\SwitchStatementStructureProvider.cs (1)
39type: BlockTypes.Statement));
Microsoft.CodeAnalysis.EditorFeatures (1)
Structure\StructureTag.cs (1)
148BlockTypes.Statement => PredefinedStructureTagTypes.Statement,
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Structure\FSharpBlockTypes.cs (1)
27public static string Statement => BlockTypes.Statement;
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
Structure\OmniSharpBlockTypes.cs (1)
25public static string Statement => BlockTypes.Statement;
Microsoft.CodeAnalysis.Features (2)
Structure\BlockTypes.cs (2)
23public const string Statement = nameof(Statement); 48case Statement: