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.
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