1 write to _token
System.AddIn (1)
System\Addin\Hosting\AddInControllerImpl.cs (1)
67_token = token;
6 references to _token
System.AddIn (6)
System\Addin\Hosting\AddInControllerImpl.cs (6)
207Path.Combine(_token.PipelineRootDirectory, AddInStore.ContractsDirName))); 209Path.Combine(_token.PipelineRootDirectory, AddInStore.AddInAdaptersDirName))); 212Assembly.LoadFrom(_token._contract.Location); 213Assembly addinAdapterAssembly = Assembly.LoadFrom(_token._addinAdapter.Location); 217ActivationWorker worker = new ActivationWorker(_token); 352return _token;