C# Class ArchiMetrics.CodeReview.Rules.Semantic.LackOfCohesionOfMethodsRule

Inheritance: SemanticEvaluationBase
Show file Open project: jjrdk/ArchiMetrics Class Usage Examples

Public Methods

Method Description
SetThreshold ( int threshold ) : void

Protected Methods

Method Description
EvaluateImpl ( Microsoft.CodeAnalysis.SyntaxNode node, Microsoft.CodeAnalysis.SemanticModel semanticModel, Microsoft.CodeAnalysis.Solution solution ) : Task

Method Details

EvaluateImpl() protected method

protected EvaluateImpl ( Microsoft.CodeAnalysis.SyntaxNode node, Microsoft.CodeAnalysis.SemanticModel semanticModel, Microsoft.CodeAnalysis.Solution solution ) : Task
node Microsoft.CodeAnalysis.SyntaxNode
semanticModel Microsoft.CodeAnalysis.SemanticModel
solution Microsoft.CodeAnalysis.Solution
return Task

SetThreshold() public method

public SetThreshold ( int threshold ) : void
threshold int
return void