C# Class MonoDevelop.CSharp.Refactoring.FindDerivedSymbolsHandler

Inheritance: MonoDevelop.Components.Commands.CommandHandler
Datei anzeigen Open project: powerumc/monodevelop_korean Class Usage Examples

Public Methods

Method Description
CanFindDerivedSymbols ( ISymbol symbol, string &description ) : bool
FindDerivedSymbols ( ISymbol symbol ) : void

Protected Methods

Method Description
Run ( object dataItem ) : void
Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void

Private Methods

Method Description
FindInterfaceImplementaitonsAsync ( INamedTypeSymbol type, Microsoft currentSolution, CancellationToken token = default(CancellationToken) ) : Task>

Method Details

CanFindDerivedSymbols() public static method

public static CanFindDerivedSymbols ( ISymbol symbol, string &description ) : bool
symbol ISymbol
description string
return bool

FindDerivedSymbols() public static method

public static FindDerivedSymbols ( ISymbol symbol ) : void
symbol ISymbol
return void

Run() protected method

protected Run ( object dataItem ) : void
dataItem object
return void

Update() protected method

protected Update ( MonoDevelop.Components.Commands.CommandInfo info ) : void
info MonoDevelop.Components.Commands.CommandInfo
return void