1 override of IsInCatchDeclaration
Microsoft.CodeAnalysis.CSharp.Features (1)
GenerateType\CSharpGenerateTypeService.cs (1)
42
protected override bool
IsInCatchDeclaration
(ExpressionSyntax expression)
1 reference to IsInCatchDeclaration
Microsoft.CodeAnalysis.Features (1)
GenerateType\AbstractGenerateTypeService.State.cs (1)
205
if (service.
IsInCatchDeclaration
(NameOrMemberAccessExpression))