2 overrides of IsCatchDeclarationIdentifier
Microsoft.CodeAnalysis.CSharp.Features (1)
RemoveUnusedVariable\CSharpRemoveUnusedVariableCodeFixProvider.cs (1)
35protected override bool IsCatchDeclarationIdentifier(SyntaxToken token)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
RemoveUnusedVariable\VisualBasicRemoveUnusedVariableCodeFixProvider.vb (1)
31Protected Overrides Function IsCatchDeclarationIdentifier(token As SyntaxToken) As Boolean
1 reference to IsCatchDeclarationIdentifier
Microsoft.CodeAnalysis.Features (1)
RemoveUnusedVariable\AbstractRemoveUnusedVariableCodeFixProvider.cs (1)
75if (IsCatchDeclarationIdentifier(token))