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

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
FindUsage ( BaseRefactoringContext context, CompilationUnit unit, IVariable variable, AstNode declaration ) : bool

Private Methods

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

Method Details

FindUsage() protected static méthode

protected static FindUsage ( BaseRefactoringContext context, CompilationUnit unit, IVariable variable, AstNode declaration ) : bool
context BaseRefactoringContext
unit CompilationUnit
variable IVariable
declaration AstNode
Résultat bool

GetIssues() public méthode

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