2 overrides of IsInCatchDeclaration
Microsoft.CodeAnalysis.CSharp.Features (1)
GenerateType\CSharpGenerateTypeService.cs (1)
47protected override bool IsInCatchDeclaration(ExpressionSyntax expression)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
GenerateType\VisualBasicGenerateTypeService.vb (1)
51Protected Overrides Function IsInCatchDeclaration(expression As ExpressionSyntax) As Boolean
1 reference to IsInCatchDeclaration
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
210if (service.IsInCatchDeclaration(NameOrMemberAccessExpression))