C# Class ReSharper.NTriples.Feature.Finding.GotoMember.NTriplesGotoSymbolProvider

Inheritance: IGotoSymbolProvider, IOccurenceNavigationProvider, IApplicableGotoProvider
Afficher le fichier Open project: xsburg/ReSharper.NTriples

Méthodes publiques

Méthode Description
FindMatchingInfos ( IdentifierMatcher matcher, INavigationScope scope, GotoContext gotoContext, Func checkCancelled ) : IEnumerable
GetOccurencesByMatchingInfo ( MatchingInfo navigationInfo, INavigationScope scope, GotoContext gotoContext, Func checkCancelled ) : IEnumerable
IsApplicable ( INavigationScope scope, GotoContext gotoContext, IdentifierMatcher matcher ) : bool

Méthodes protégées

Méthode Description
CreateOccurence ( NTriplesFileMemberData fileMemberData ) : IOccurence
GetCache ( ISolution solution ) : NTriplesCache
IsDeclaredElementVisible ( IClrDeclaredElement element ) : bool
IsSourceFileAvailable ( IPsiSourceFile sourceFile ) : bool

Private Methods

Méthode Description
GetPrimaryMembers ( ISolution solution ) : IEnumerable
GetQuickSearchTexts ( IDeclaredElement declaredElement ) : bool>>.IEnumerable

Method Details

CreateOccurence() protected méthode

protected CreateOccurence ( NTriplesFileMemberData fileMemberData ) : IOccurence
fileMemberData NTriplesFileMemberData
Résultat IOccurence

FindMatchingInfos() public méthode

public FindMatchingInfos ( IdentifierMatcher matcher, INavigationScope scope, GotoContext gotoContext, Func checkCancelled ) : IEnumerable
matcher IdentifierMatcher
scope INavigationScope
gotoContext GotoContext
checkCancelled Func
Résultat IEnumerable

GetCache() protected méthode

protected GetCache ( ISolution solution ) : NTriplesCache
solution ISolution
Résultat ReSharper.NTriples.Cache.NTriplesCache

GetOccurencesByMatchingInfo() public méthode

public GetOccurencesByMatchingInfo ( MatchingInfo navigationInfo, INavigationScope scope, GotoContext gotoContext, Func checkCancelled ) : IEnumerable
navigationInfo MatchingInfo
scope INavigationScope
gotoContext GotoContext
checkCancelled Func
Résultat IEnumerable

IsApplicable() public méthode

public IsApplicable ( INavigationScope scope, GotoContext gotoContext, IdentifierMatcher matcher ) : bool
scope INavigationScope
gotoContext GotoContext
matcher IdentifierMatcher
Résultat bool

IsDeclaredElementVisible() protected méthode

protected IsDeclaredElementVisible ( IClrDeclaredElement element ) : bool
element IClrDeclaredElement
Résultat bool

IsSourceFileAvailable() protected méthode

protected IsSourceFileAvailable ( IPsiSourceFile sourceFile ) : bool
sourceFile IPsiSourceFile
Résultat bool