C# Class ICSharpCode.NRefactory.CSharp.Refactoring.AccessToDisposedClosureIssue

Inheritance: AccessToClosureIssue
Afficher le fichier Open project: mono-soc-2012/NRefactory

Méthodes publiques

Méthode Description
AccessToDisposedClosureIssue ( ) : System

Méthodes protégées

Méthode Description
CanReachModification ( ControlFlowNode node, Statement start, IDictionary modifications ) : bool
GetFixes ( BaseRefactoringContext context, Node env, string variableName ) : IEnumerable
GetNodeKind ( AstNode node ) : NodeKind
IsTargetVariable ( IVariable variable ) : bool

Method Details

AccessToDisposedClosureIssue() public méthode

public AccessToDisposedClosureIssue ( ) : System
Résultat System

CanReachModification() protected méthode

protected CanReachModification ( ControlFlowNode node, Statement start, IDictionary modifications ) : bool
node ControlFlowNode
start Statement
modifications IDictionary
Résultat bool

GetFixes() protected méthode

protected GetFixes ( BaseRefactoringContext context, Node env, string variableName ) : IEnumerable
context BaseRefactoringContext
env Node
variableName string
Résultat IEnumerable

GetNodeKind() protected méthode

protected GetNodeKind ( AstNode node ) : NodeKind
node AstNode
Résultat NodeKind

IsTargetVariable() protected méthode

protected IsTargetVariable ( IVariable variable ) : bool
variable IVariable
Résultat bool