C# Class GammaJul.ReSharper.ForTea.Psi.T4FileDataCache

Afficher le fichier Open project: MrJul/ForTea Class Usage Examples

Private Properties

Свойство Type Description
CreateOrUpdateData void
OnPsiChanged void
OnPsiFileChanged void

Méthodes publiques

Méthode Description
T4FileDataCache ( [ lifetime, [ psiFiles, [ directiveInfoManager ) : GammaJul.ReSharper.ForTea.Psi.Directives

Initializes a new instance of the T4FileDataCache class.

Private Methods

Méthode Description
CreateOrUpdateData ( [ t4File ) : void
OnPsiChanged ( ITreeNode treeNode, PsiChangedElementType psiChangedElementType ) : void

Called when a PSI element changes.

OnPsiFileChanged ( [ file ) : void

Called when a PSI file is created.

Method Details

T4FileDataCache() public méthode

Initializes a new instance of the T4FileDataCache class.
public T4FileDataCache ( [ lifetime, [ psiFiles, [ directiveInfoManager ) : GammaJul.ReSharper.ForTea.Psi.Directives
lifetime [ The lifetime of this class.
psiFiles [ The PSI manager.
directiveInfoManager [ An instance of .
Résultat GammaJul.ReSharper.ForTea.Psi.Directives