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

Inheritance: ICodeIssueProvider
显示文件 Open project: mono-soc-2012/NRefactory

Public Methods

Method Description
GetIssues ( BaseRefactoringContext context ) : IEnumerable

Protected Methods

Method Description
TestOnlyAssigned ( BaseRefactoringContext ctx, CompilationUnit unit, IVariable variable ) : bool

Private Methods

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

Method Details

GetIssues() public method

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

TestOnlyAssigned() protected static method

protected static TestOnlyAssigned ( BaseRefactoringContext ctx, CompilationUnit unit, IVariable variable ) : bool
ctx BaseRefactoringContext
unit CompilationUnit
variable IVariable
return bool