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