C# Class GammaJul.ReSharper.ForTea.Services.Navigation.T4OutsideSolutionOccurrence

Represents an occurence of text in an include file that is located outside of the solution.
Inheritance: IOccurrence
显示文件 Open project: MrJul/ForTea

Public Methods

Method Description
DumpToString ( ) : string
GetSolution ( ) : ISolution
Navigate ( ISolution solution, PopupWindowContextSource windowContext, bool transferFocus, TabOptions tabOptions = TabOptions.Default ) : bool
T4OutsideSolutionOccurrence ( [ rangeMarker ) : GammaJul.ReSharper.ForTea.Psi

Method Details

DumpToString() public method

public DumpToString ( ) : string
return string

GetSolution() public method

public GetSolution ( ) : ISolution
return ISolution

Navigate() public method

public Navigate ( ISolution solution, PopupWindowContextSource windowContext, bool transferFocus, TabOptions tabOptions = TabOptions.Default ) : bool
solution ISolution
windowContext PopupWindowContextSource
transferFocus bool
tabOptions TabOptions
return bool

T4OutsideSolutionOccurrence() public method

public T4OutsideSolutionOccurrence ( [ rangeMarker ) : GammaJul.ReSharper.ForTea.Psi
rangeMarker [
return GammaJul.ReSharper.ForTea.Psi