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

Inheritance: AccessToClosureIssue
Afficher le fichier Open project: 0xd4d/NRefactory

Méthodes publiques

Méthode Description
AccessToModifiedClosureIssue ( ) : System

Méthodes protégées

Méthode Description
GetFixes ( BaseRefactoringContext context, Node env, string variableName ) : IEnumerable
GetNodeKind ( AstNode node ) : NodeKind

Method Details

AccessToModifiedClosureIssue() public méthode

public AccessToModifiedClosureIssue ( ) : System
Résultat System

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