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

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

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

Метод Описание
FindMatchingInfos ( IdentifierMatcher matcher, INavigationScope scope, GotoContext gotoContext, Func checkCancelled ) : IEnumerable
GetOccurencesByMatchingInfo ( MatchingInfo navigationInfo, INavigationScope scope, GotoContext gotoContext, Func checkForInterrupt ) : IEnumerable
IsApplicable ( INavigationScope scope, GotoContext gotoContext, IdentifierMatcher matcher ) : bool

Защищенные методы

Метод Описание
IsSourceFileAvailable ( IPsiSourceFile sourceFile ) : bool

Приватные методы

Метод Описание
CreateOccurence ( NTriplesFileMemberData fileMemberData ) : IOccurence
GetPrimaryMembers ( FileMemberNavigationScope fileMemberScope ) : IEnumerable
GetQuickSearchTexts ( IDeclaredElement declaredElement ) : bool>>.IEnumerable

Описание методов

FindMatchingInfos() публичный Метод

public FindMatchingInfos ( IdentifierMatcher matcher, INavigationScope scope, GotoContext gotoContext, Func checkCancelled ) : IEnumerable
matcher IdentifierMatcher
scope INavigationScope
gotoContext GotoContext
checkCancelled Func
Результат IEnumerable

GetOccurencesByMatchingInfo() публичный Метод

public GetOccurencesByMatchingInfo ( MatchingInfo navigationInfo, INavigationScope scope, GotoContext gotoContext, Func checkForInterrupt ) : IEnumerable
navigationInfo MatchingInfo
scope INavigationScope
gotoContext GotoContext
checkForInterrupt Func
Результат IEnumerable

IsApplicable() публичный Метод

public IsApplicable ( INavigationScope scope, GotoContext gotoContext, IdentifierMatcher matcher ) : bool
scope INavigationScope
gotoContext GotoContext
matcher IdentifierMatcher
Результат bool

IsSourceFileAvailable() защищенный Метод

protected IsSourceFileAvailable ( IPsiSourceFile sourceFile ) : bool
sourceFile IPsiSourceFile
Результат bool