Method | Description | |
---|---|---|
GetIssues ( |
Method | Description | |
---|---|---|
AccessToClosureIssue ( string title ) : System | ||
CanReachModification ( ControlFlowNode node, Statement start, IDictionary |
||
GetFixes ( |
||
GetNodeKind ( AstNode node ) : NodeKind | ||
IsTargetVariable ( IVariable variable ) : bool |
protected AccessToClosureIssue ( string title ) : System | ||
title | string | |
return | System |
protected CanReachModification ( ControlFlowNode node, Statement start, IDictionary |
||
node | ControlFlowNode | |
start | Statement | |
modifications | IDictionary |
|
return | bool |
protected abstract GetFixes ( |
||
context | ||
env | Node | |
variableName | string | |
return | IEnumerable |
public GetIssues ( |
||
context | ||
return | IEnumerable |
protected abstract GetNodeKind ( AstNode node ) : NodeKind | ||
node | AstNode | |
return | NodeKind |
protected IsTargetVariable ( IVariable variable ) : bool | ||
variable | IVariable | |
return | bool |