1 write to _addinAdapter
System.AddIn (1)
System\Addin\Hosting\AddInToken.cs (1)
138_addinAdapter = addinAdapter;
13 references to _addinAdapter
System.AddIn (13)
System\Addin\Hosting\ActivationWorker.cs (2)
115Assembly addinAdapterAssembly = Assembly.LoadFrom(_pipeline._addinAdapter.Location); 182Type adapterType = addinAdapterAssembly.GetType(_pipeline._addinAdapter.TypeInfo.FullName, true);
System\Addin\Hosting\AddInActivator.cs (1)
416CheckForLoaderContextProblems(contract, pipeline._addinAdapter, e);
System\Addin\Hosting\AddInControllerImpl.cs (1)
213Assembly addinAdapterAssembly = Assembly.LoadFrom(_token._addinAdapter.Location);
System\Addin\Hosting\AddInStore.cs (2)
1462r = String.CompareOrdinal(pipeline._addinAdapter.TypeInfo.AssemblyQualifiedName, 1463dupPipeline._addinAdapter.TypeInfo.AssemblyQualifiedName);
System\Addin\Hosting\AddInToken.cs (7)
70dictionary[AddInSegmentType.AddInSideAdapter] = _addinAdapter.QualificationData; 171_addinAdapter.SetRootDirectory(_pipelineRootDir); 247_addinAdapter.TypeInfo.AssemblyQualifiedName == addInToken._addinAdapter.TypeInfo.AssemblyQualifiedName && 259_addinAdapter.TypeInfo.GetHashCode() + _addinBase.TypeInfo.GetHashCode() + 332_contract, _addinAdapter, 333_addinBase, _addinAdapter,