C# Class MonoDevelop.Refactoring.RefactoringService

Exibir arquivo Open project: powerumc/monodevelop_korean Class Usage Examples

Public Methods

Method Description
AcceptChanges ( MonoDevelop.Core.ProgressMonitor monitor, IList changes ) : void
AcceptChanges ( MonoDevelop.Core.ProgressMonitor monitor, IList changes, MonoDevelop fileProvider ) : void
FindAllReferencesAsync ( string documentIdString, Projects hintProject = null, CancellationToken token = default(CancellationToken) ) : Task
FindReferencesAsync ( string documentIdString, Projects hintProject = null, CancellationToken token = default(CancellationToken) ) : Task
GetCorrectResolveLocation ( IReadonlyTextDocument editor, MonoDevelop location ) : MonoDevelop.Ide.Editor.DocumentLocation
RoslynJumpToDeclaration ( ISymbol symbol, Projects hintProject = null, CancellationToken token = default(CancellationToken) ) : Task
TryJumpToDeclarationAsync ( string documentIdString, Projects hintProject = null, CancellationToken token = default(CancellationToken) ) : Task

Private Methods

Method Description
RefactoringService ( ) : System

Method Details

AcceptChanges() public static method

public static AcceptChanges ( MonoDevelop.Core.ProgressMonitor monitor, IList changes ) : void
monitor MonoDevelop.Core.ProgressMonitor
changes IList
return void

AcceptChanges() public static method

public static AcceptChanges ( MonoDevelop.Core.ProgressMonitor monitor, IList changes, MonoDevelop fileProvider ) : void
monitor MonoDevelop.Core.ProgressMonitor
changes IList
fileProvider MonoDevelop
return void

FindAllReferencesAsync() public static method

public static FindAllReferencesAsync ( string documentIdString, Projects hintProject = null, CancellationToken token = default(CancellationToken) ) : Task
documentIdString string
hintProject Projects
token System.Threading.CancellationToken
return Task

FindReferencesAsync() public static method

public static FindReferencesAsync ( string documentIdString, Projects hintProject = null, CancellationToken token = default(CancellationToken) ) : Task
documentIdString string
hintProject Projects
token System.Threading.CancellationToken
return Task

GetCorrectResolveLocation() public static method

public static GetCorrectResolveLocation ( IReadonlyTextDocument editor, MonoDevelop location ) : MonoDevelop.Ide.Editor.DocumentLocation
editor IReadonlyTextDocument
location MonoDevelop
return MonoDevelop.Ide.Editor.DocumentLocation

RoslynJumpToDeclaration() public static method

public static RoslynJumpToDeclaration ( ISymbol symbol, Projects hintProject = null, CancellationToken token = default(CancellationToken) ) : Task
symbol ISymbol
hintProject Projects
token System.Threading.CancellationToken
return Task

TryJumpToDeclarationAsync() public static method

public static TryJumpToDeclarationAsync ( string documentIdString, Projects hintProject = null, CancellationToken token = default(CancellationToken) ) : Task
documentIdString string
hintProject Projects
token System.Threading.CancellationToken
return Task