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

Inheritance: ICodeIssueProvider
Mostra file Open project: mono-soc-2012/NRefactory

Public Methods

Method Description
GetIssues ( BaseRefactoringContext context ) : IEnumerable

Protected Methods

Method Description
FindUsage ( BaseRefactoringContext context, CompilationUnit unit, IVariable variable, AstNode declaration ) : bool

Private Methods

Method Description
GetGatherVisitor ( BaseRefactoringContext context, CompilationUnit unit ) : GatherVisitorBase

Method Details

FindUsage() protected static method

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

GetIssues() public method

public GetIssues ( BaseRefactoringContext context ) : IEnumerable
context BaseRefactoringContext
return IEnumerable