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

Inheritance: AccessToClosureIssue
Mostra file Open project: 0xd4d/NRefactory

Public Methods

Method Description
AccessToModifiedClosureIssue ( ) : System

Protected Methods

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

Method Details

AccessToModifiedClosureIssue() public method

public AccessToModifiedClosureIssue ( ) : System
return System

GetFixes() protected method

protected GetFixes ( BaseRefactoringContext context, Node env, string variableName ) : IEnumerable
context BaseRefactoringContext
env Node
variableName string
return IEnumerable

GetNodeKind() protected method

protected GetNodeKind ( AstNode node ) : NodeKind
node AstNode
return NodeKind