C# Класс ReSharper.NTriples.Feature.Finding.GotoMember.NTriplesGotoSymbolProvider

Наследование: IGotoSymbolProvider, IOccurenceNavigationProvider, IApplicableGotoProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
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