C# Class ReCommendedExtension.QuickFixes.ChangeToAsyncTaskFix

Inheritance: QuickFixBase
Show file Open project: prodot/ReCommended-Extension

Public Methods

Method Description
ChangeToAsyncTaskFix ( [ highlighting ) : System
IsAvailable ( JetBrains cache ) : bool

Protected Methods

Method Description
ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action

Method Details

ChangeToAsyncTaskFix() public method

public ChangeToAsyncTaskFix ( [ highlighting ) : System
highlighting [
return System

ExecutePsiTransaction() protected method

protected ExecutePsiTransaction ( ISolution solution, IProgressIndicator progress ) : Action
solution ISolution
progress IProgressIndicator
return Action

IsAvailable() public method

public IsAvailable ( JetBrains cache ) : bool
cache JetBrains
return bool