Example #1
0
        public GotoWordIndexController([NotNull] Lifetime lifetime, [NotNull] ISolution solution,
                                       LibrariesFlag librariesFlag, [NotNull] IShellLocks locks, [NotNull] ITaskHost taskHost)
            : base(lifetime, solution, solution, librariesFlag, locks, taskHost, enableMulticore: false)
#endif
        {
            var manager = GotoByNameModelManager.GetInstance(solution);

            manager.ProcessModel <GotoWordModelInitializer>(Model, lifetime);
        }
Example #2
0
 public GotoWordIndexController(
     [NotNull] Lifetime lifetime, [NotNull] ISolution solution,
     LibrariesFlag librariesFlag, [NotNull] IShellLocks locks)
     : base(lifetime, solution, solution, librariesFlag, locks, enableMulticore: false)
Example #3
0
 public void Test(string resultFileName, LibrariesFlag advancedSearch, string filter, string fileToTest)
 {
     DoTest(resultFileName, advancedSearch, filter, fileToTest);
 }
 public FindUsagesOfSymbolController(Lifetime lifetime, ISolution solution, LibrariesFlag librariesFlag, IShellLocks locks, DataContexts dataContexts, IThreading threading)
     : base(lifetime, solution, librariesFlag, locks)
 {
     this.dataContexts = dataContexts;
     this.threading = threading;
 }
 public FindUsagesOfSymbolController(Lifetime lifetime, ISolution solution, LibrariesFlag librariesFlag, IShellLocks locks, DataContexts dataContexts, IThreading threading)
     : base(lifetime, solution, librariesFlag, locks)
 {
     this.dataContexts = dataContexts;
     this.threading    = threading;
 }
 public void Test(string resultFileName, LibrariesFlag advancedSearch, string filter, string fileToTest)
 {
   DoTest(resultFileName, advancedSearch, filter, fileToTest);
 }