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