3 references to ContractHandle
System.AddIn (3)
System\Addin\Hosting\AddInControllerImpl.cs (1)
91handle = new ContractHandle(controllerImpl._contract);
System\Addin\Pipeline\ContractAdapter.cs (1)
36return new ContractHandle(controller.AddInControllerImpl.GetContract());
System\Addin\Pipeline\ContractListAdapter.cs (1)
166m_contractHandle = new ContractHandle((IContract)m_enumerator);