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