NDepend.API Documentation
ContainsMethodDependencyCycle Property
NDepend.CodeModel Namespace > IType Interface : ContainsMethodDependencyCycle Property
Gets a value indicating whether this type contains a dependency cycle between its MethodsAndConstructors. Gets null if this type is declared in a third-party assembly.
Syntax
Nullable<bool> ContainsMethodDependencyCycle {get;}
Remarks
The result of this property getter is lazy computed.
The first time it is called it has a O(this.MethodsAndConstructors.Count ^2) time complexity.
Further calls result in a constant time complexity.
Requirements

Target Platforms: Windows 11, 10, 8, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed

See Also

Reference

IType Interface
IType Members