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

Inheritance: IGotoSymbolProvider, IOccurenceNavigationProvider, IApplicableGotoProvider
Mostra file Open project: xsburg/ReSharper.NTriples

Public Methods

Method 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

Protected Methods

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

Private Methods

Method Description
GetPrimaryMembers ( ISolution solution ) : IEnumerable
GetQuickSearchTexts ( IDeclaredElement declaredElement ) : bool>>.IEnumerable

Method Details

CreateOccurence() protected method

protected CreateOccurence ( NTriplesFileMemberData fileMemberData ) : IOccurence
fileMemberData NTriplesFileMemberData
return IOccurence

FindMatchingInfos() public method

public FindMatchingInfos ( IdentifierMatcher matcher, INavigationScope scope, GotoContext gotoContext, Func checkCancelled ) : IEnumerable
matcher IdentifierMatcher
scope INavigationScope
gotoContext GotoContext
checkCancelled Func
return IEnumerable

GetCache() protected method

protected GetCache ( ISolution solution ) : NTriplesCache
solution ISolution
return ReSharper.NTriples.Cache.NTriplesCache

GetOccurencesByMatchingInfo() public method

public GetOccurencesByMatchingInfo ( MatchingInfo navigationInfo, INavigationScope scope, GotoContext gotoContext, Func checkCancelled ) : IEnumerable
navigationInfo MatchingInfo
scope INavigationScope
gotoContext GotoContext
checkCancelled Func
return IEnumerable

IsApplicable() public method

public IsApplicable ( INavigationScope scope, GotoContext gotoContext, IdentifierMatcher matcher ) : bool
scope INavigationScope
gotoContext GotoContext
matcher IdentifierMatcher
return bool

IsDeclaredElementVisible() protected method

protected IsDeclaredElementVisible ( IClrDeclaredElement element ) : bool
element IClrDeclaredElement
return bool

IsSourceFileAvailable() protected method

protected IsSourceFileAvailable ( IPsiSourceFile sourceFile ) : bool
sourceFile IPsiSourceFile
return bool