C# Class MonoDevelop.CSharp.Refactoring.CSharpFindReferencesProvider

Inheritance: MonoDevelop.Refactoring.FindReferencesProvider
Afficher le fichier Open project: powerumc/monodevelop_korean Class Usage Examples

Méthodes publiques

Méthode Description
FindAllReferences ( string documentationCommentId, MonoDevelop hintProject, CancellationToken token ) : Task>
FindReferences ( string documentationCommentId, MonoDevelop hintProject, CancellationToken token ) : Task>

Private Methods

Méthode Description
LookupNamespace ( string documentationCommentId, int &reminder, INamespaceSymbol current ) : INamespaceSymbol
LookupType ( string documentationCommentId, int reminder, INamedTypeSymbol current ) : INamedTypeSymbol
TryLookupSymbol ( string documentationCommentId, MonoDevelop hintProject, CancellationToken token ) : Task
TryLookupSymbolInProject ( Microsoft prj, string documentationCommentId, CancellationToken token ) : Task

Method Details

FindAllReferences() public méthode

public FindAllReferences ( string documentationCommentId, MonoDevelop hintProject, CancellationToken token ) : Task>
documentationCommentId string
hintProject MonoDevelop
token System.Threading.CancellationToken
Résultat Task>

FindReferences() public méthode

public FindReferences ( string documentationCommentId, MonoDevelop hintProject, CancellationToken token ) : Task>
documentationCommentId string
hintProject MonoDevelop
token System.Threading.CancellationToken
Résultat Task>