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