5 references to AddInAdaptersDirName
System.AddIn (5)
System\Addin\Hosting\ActivationWorker.cs (1)
88Path.Combine(_pipeline.PipelineRootDirectory, AddInStore.AddInAdaptersDirName)));
System\Addin\Hosting\AddInControllerImpl.cs (1)
209Path.Combine(_token.PipelineRootDirectory, AddInStore.AddInAdaptersDirName)));
System\Addin\Hosting\AddInStore.cs (3)
265String addInAdapterDir = Path.Combine(path, AddInAdaptersDirName); 706Path.Combine(pipelineRoot, AddInAdaptersDirName), 838String addInAdapterDir = Path.Combine(rootDir, AddInAdaptersDirName);