4 instantiations of 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);
14 references to AddInControllerImpl
System.AddIn (14)
System\Addin\Hosting\AddInActivator.cs (5)
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);
304
private static T ActivateInAppDomain<T>(AddInToken pipeline, AppDomain domain,
AddInControllerImpl
controller, bool weOwn)
System\Addin\Hosting\AddInController.cs (4)
36
private
AddInControllerImpl
_impl;
47
internal AddInController(
AddInControllerImpl
impl, Object hostViewOfAddIn, ContractHandle contractHandle)
61
return
AddInControllerImpl
.GetAddInController(addIn);
85
internal
AddInControllerImpl
AddInControllerImpl
System\Addin\Hosting\AddInControllerImpl.cs (5)
80
AddInControllerImpl
controllerImpl = FindController(addIn, false);
103
private static
AddInControllerImpl
FindController(Object addIn, bool remove)
133
AddInControllerImpl
value = current._controller;
371
internal
AddInControllerImpl
_controller;
374
public HAVControllerPair(Object hav,
AddInControllerImpl
controller)