Unused parameter
Author: LGTM
import csharp
from Parameter p
where not exists(p.getAnAccess())
select p
Description
Finds parameters that are not accessed.
import csharp
from Parameter p
where not exists(p.getAnAccess())
select p
Finds parameters that are not accessed.