Unused local variable
Author: LGTM
import csharp
from LocalVariable v
where not exists(v.getAnAccess())
select vDescription
Finds local variables that are not accessed.
import csharp
from LocalVariable v
where not exists(v.getAnAccess())
select vFinds local variables that are not accessed.