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