Backend/Core/ForTea.Core/Psi/Cache/T4IndirectFileChangeObserverBase.cs [30:40]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Lifetime = lifetime; Services = services; services.Files.ObserveAfterCommit(lifetime, QueueAfterCommit); state.IsInitialUpdateFinished.Change.Advise(lifetime, args => { if (args.HasNew && args.New) { QueueAfterCommit(); } }); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Backend/ReSharperPlugin/ForTea.ReSharperPlugin/Psi/Resolve/Macros/T4MacroResolutionCache.T4AfterMacroCacheBuiltFileInvalidator.cs [29:39]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Lifetime = lifetime; Services = services; services.Files.ObserveAfterCommit(lifetime, QueueAfterCommit); state.IsInitialUpdateFinished.Change.Advise(lifetime, args => { if (args.HasNew && args.New) { QueueAfterCommit(); } }); - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -