4 references to AddInControllerImpl
System.AddIn (4)
System\Addin\Hosting\AddInActivator.cs (4)
162
AddInControllerImpl controller = new
AddInControllerImpl
(environment, true, token);
188
AddInControllerImpl controller = new
AddInControllerImpl
(environment, false, token);
256
AddInControllerImpl controller = new
AddInControllerImpl
(environment, false, token);
272
AddInControllerImpl controller = new
AddInControllerImpl
(environment, weOwn, token);