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

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, ITypeParameter typaParameter, AstNode declaration ) : bool

Method Details

FindUsage() protected static méthode

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

GetIssues() public méthode

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