C# 클래스 ReSharper.NTriples.Feature.Finding.GotoMember.NTriplesGotoSymbolProvider

상속: IGotoSymbolProvider, IOccurenceNavigationProvider, IApplicableGotoProvider
파일 보기 프로젝트 열기: xsburg/ReSharper.NTriples

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateOccurence ( NTriplesFileMemberData fileMemberData ) : IOccurence
GetCache ( ISolution solution ) : NTriplesCache
IsDeclaredElementVisible ( IClrDeclaredElement element ) : bool
IsSourceFileAvailable ( IPsiSourceFile sourceFile ) : bool

비공개 메소드들

메소드 설명
GetPrimaryMembers ( ISolution solution ) : IEnumerable
GetQuickSearchTexts ( IDeclaredElement declaredElement ) : bool>>.IEnumerable

메소드 상세

CreateOccurence() 보호된 메소드

protected CreateOccurence ( NTriplesFileMemberData fileMemberData ) : IOccurence
fileMemberData NTriplesFileMemberData
리턴 IOccurence

FindMatchingInfos() 공개 메소드

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

GetCache() 보호된 메소드

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

GetOccurencesByMatchingInfo() 공개 메소드

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

IsApplicable() 공개 메소드

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

IsDeclaredElementVisible() 보호된 메소드

protected IsDeclaredElementVisible ( IClrDeclaredElement element ) : bool
element IClrDeclaredElement
리턴 bool

IsSourceFileAvailable() 보호된 메소드

protected IsSourceFileAvailable ( IPsiSourceFile sourceFile ) : bool
sourceFile IPsiSourceFile
리턴 bool