Predicate afferentCoupling
the afferent coupling of a type is the number of types that directly depend on it.
Import path
import semmle.code.csharp.metrics.Coupling
predicate afferentCoupling(ValueOrRefType t, int ca)
the afferent coupling of a type is the number of types that directly depend on it.
import semmle.code.csharp.metrics.Coupling
predicate afferentCoupling(ValueOrRefType t, int ca)