Nullable<ushort> CyclomaticComplexity {get;}
Property Value
null if this method is declared in a third-party assembly.null if this method is abstract or is a default constructor.
null if the PDB file of this method parent's assembly, hasen't been found.
null if the source code file path referenced from the PDB file cannot be found.
null if the source code of this method is written with a programming language different than C#.
Otherwise returns this method body complexity computed from source code.
More information on this can be found at: Understanding NDepend Analysis Inputs
If source code CC is not available for a non-abstract method, the code metric IMethod.ILCyclomaticComplexity can be used instead.