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

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

Méthodes publiques

Méthode Description
GetIssues ( BaseRefactoringContext context ) : IEnumerable

Méthodes protégées

Méthode Description
TestOnlyAssigned ( BaseRefactoringContext ctx, CompilationUnit unit, IVariable variable ) : bool

Private Methods

Méthode Description
GetGatherVisitor ( BaseRefactoringContext ctx, CompilationUnit unit ) : GatherVisitorBase

Method Details

GetIssues() public méthode

public GetIssues ( BaseRefactoringContext context ) : IEnumerable
context BaseRefactoringContext
Résultat IEnumerable

TestOnlyAssigned() protected static méthode

protected static TestOnlyAssigned ( BaseRefactoringContext ctx, CompilationUnit unit, IVariable variable ) : bool
ctx BaseRefactoringContext
unit CompilationUnit
variable IVariable
Résultat bool