Predicate efferentCoupling
The efferent coupling of a type is the number of types that it directly depends on.
Import path
import semmle.code.csharp.metrics.Coupling
predicate efferentCoupling(ValueOrRefType t, int ce)
The efferent coupling of a type is the number of types that it directly depends on.
import semmle.code.csharp.metrics.Coupling
predicate efferentCoupling(ValueOrRefType t, int ce)