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)
115
Assembly addinAdapterAssembly = Assembly.LoadFrom(_pipeline.
_addinAdapter
.Location);
182
Type adapterType = addinAdapterAssembly.GetType(_pipeline.
_addinAdapter
.TypeInfo.FullName, true);
System\Addin\Hosting\AddInActivator.cs (1)
416
CheckForLoaderContextProblems(contract, pipeline.
_addinAdapter
, e);
System\Addin\Hosting\AddInControllerImpl.cs (1)
213
Assembly addinAdapterAssembly = Assembly.LoadFrom(_token.
_addinAdapter
.Location);
System\Addin\Hosting\AddInStore.cs (2)
1462
r = String.CompareOrdinal(pipeline.
_addinAdapter
.TypeInfo.AssemblyQualifiedName,
1463
dupPipeline.
_addinAdapter
.TypeInfo.AssemblyQualifiedName);
System\Addin\Hosting\AddInToken.cs (7)
70
dictionary[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
,