CodeQL library for C#
codeql/csharp-all 0.10.0 (changelog, source)
Search

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)