C# Class ReCommendedExtension.QuickFixes.ChangeToAsyncTaskFix

Inheritance: QuickFixBase
Afficher le fichier Open project: prodot/ReCommended-Extension

Méthodes publiques

Méthode Description
ChangeToAsyncTaskFix ( [ highlighting ) : System
IsAvailable ( JetBrains cache ) : bool

Méthodes protégées

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

Method Details

ChangeToAsyncTaskFix() public méthode

public ChangeToAsyncTaskFix ( [ highlighting ) : System
highlighting [
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 ( JetBrains cache ) : bool
cache JetBrains
Résultat bool