Method | Description | |
---|---|---|
EvaluateImpl ( Microsoft.CodeAnalysis.SyntaxNode node ) : EvaluationResult | ||
GetBody ( Microsoft.CodeAnalysis.SyntaxNode node ) : BlockSyntax | ||
TooDeepNestingRuleBase ( ) : System.Collections.Generic | ||
TooDeepNestingRuleBase ( int maxDepth ) : System.Collections.Generic |
Method | Description | |
---|---|---|
GetBlocks ( Microsoft.CodeAnalysis.SyntaxNode node ) : IEnumerable |
||
HasDeepNesting ( BlockSyntax block, int level ) : bool |
protected EvaluateImpl ( Microsoft.CodeAnalysis.SyntaxNode node ) : EvaluationResult | ||
node | Microsoft.CodeAnalysis.SyntaxNode | |
return | EvaluationResult |
protected abstract GetBody ( Microsoft.CodeAnalysis.SyntaxNode node ) : BlockSyntax | ||
node | Microsoft.CodeAnalysis.SyntaxNode | |
return | BlockSyntax |
protected TooDeepNestingRuleBase ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
protected TooDeepNestingRuleBase ( int maxDepth ) : System.Collections.Generic | ||
maxDepth | int | |
return | System.Collections.Generic |