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