1 override of IsCatchDeclarationIdentifier
Microsoft.CodeAnalysis.CSharp.Features (1)
RemoveUnusedVariable\CSharpRemoveUnusedVariableCodeFixProvider.cs (1)
35protected override bool IsCatchDeclarationIdentifier(SyntaxToken token)
1 reference to IsCatchDeclarationIdentifier
Microsoft.CodeAnalysis.Features (1)
RemoveUnusedVariable\AbstractRemoveUnusedVariableCodeFixProvider.cs (1)
75if (IsCatchDeclarationIdentifier(token))