C# Class ArchiMetrics.Analysis.Metrics.DepthOfInheritanceAnalyzer

Show file Open project: jjrdk/ArchiMetrics Class Usage Examples

Public Methods

Method Description
Calculate ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax type ) : int
DepthOfInheritanceAnalyzer ( Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System.Collections.Generic

Method Details

Calculate() public method

public Calculate ( Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax type ) : int
type Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax
return int

DepthOfInheritanceAnalyzer() public method

public DepthOfInheritanceAnalyzer ( Microsoft.CodeAnalysis.SemanticModel semanticModel ) : System.Collections.Generic
semanticModel Microsoft.CodeAnalysis.SemanticModel
return System.Collections.Generic