C# Class ReSharper.ReJS.CallWithSameContextWarningFix

Inheritance: QuickFixBase
Afficher le fichier Open project: hazzik/ReSharper.ReJS

Méthodes publiques

Méthode Description
CallWithSameContextWarningFix ( CallWithSameContextWarning warning ) : System
IsAvailable ( IUserDataHolder cache ) : bool

Méthodes protégées

Méthode Description
ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action

Method Details

CallWithSameContextWarningFix() public méthode

public CallWithSameContextWarningFix ( CallWithSameContextWarning warning ) : System
warning CallWithSameContextWarning
Résultat System

ExecutePsiTransaction() protected méthode

protected ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action
solution ISolution
progress IProgressIndicator
Résultat Action

IsAvailable() public méthode

public IsAvailable ( IUserDataHolder cache ) : bool
cache IUserDataHolder
Résultat bool