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