Predicate hasAccessingMethod
whether t has a method m that accesses some local field,
Import path
import semmle.code.csharp.metrics.Coupling
predicate hasAccessingMethod(ValueOrRefType t, Method m)
whether t has a method m that accesses some local field,
import semmle.code.csharp.metrics.Coupling
predicate hasAccessingMethod(ValueOrRefType t, Method m)