20 references to CatchDeclaration
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpSemanticModel.cs (1)
5108case SyntaxKind.CatchDeclaration:
Syntax\SyntaxFacts.cs (1)
134case CatchDeclaration:
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpNamingStyleDiagnosticAnalyzer.cs (1)
21SyntaxKind.CatchDeclaration,
SpacingFormattingRule.cs (1)
613SyntaxKind.CatchDeclaration or SyntaxKind.UsingStatement or SyntaxKind.LockStatement or
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
CSharpCodeGenerationService.cs (1)
874case SyntaxKind.CatchDeclaration:
CSharpRemoveUnusedValuesCodeFixProvider.cs (1)
80case SyntaxKind.CatchDeclaration:
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs\SyntaxTreeExtensions.cs (1)
2980token.Parent.IsKind(SyntaxKind.CatchDeclaration))
Microsoft.CodeAnalysis.CSharp.Features (6)
CSharpNamingStyleDiagnosticAnalyzer.cs (1)
21SyntaxKind.CatchDeclaration,
CSharpRemoveUnusedValuesCodeFixProvider.cs (1)
80case SyntaxKind.CatchDeclaration:
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
1756case SyntaxKind.CatchDeclaration: 2103case SyntaxKind.CatchDeclaration:
EditAndContinue\SyntaxComparer.cs (1)
445case SyntaxKind.CatchDeclaration:
GenerateType\CSharpGenerateTypeService.cs (1)
48=> expression.IsParentKind(SyntaxKind.CatchDeclaration);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Compilation\SemanticModelGetDeclaredSymbolAPITests.cs (1)
3566Assert.Equal(SyntaxKind.CatchDeclaration, catchDeclaration.Kind());
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (3)
Parsing\DeclarationScopeParsingTests.cs (3)
15138N(SyntaxKind.CatchDeclaration); 15215N(SyntaxKind.CatchDeclaration); 15302N(SyntaxKind.CatchDeclaration);
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CSharpCodeGenerationService.cs (1)
874case SyntaxKind.CatchDeclaration:
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\SyntaxTreeExtensions.cs\SyntaxTreeExtensions.cs (1)
2980token.Parent.IsKind(SyntaxKind.CatchDeclaration))
SpacingFormattingRule.cs (1)
613SyntaxKind.CatchDeclaration or SyntaxKind.UsingStatement or SyntaxKind.LockStatement or