1 write to _hostAdapter
System.AddIn (1)
System\Addin\Hosting\AddInToken.cs (1)
136_hostAdapter = hostAdapter;
10 references to _hostAdapter
System.AddIn (10)
System\Addin\Hosting\AddInActivator.cs (2)
307HostAdapter hostAdapter = pipeline._hostAdapter; 386HostAdapter hostAdapter = pipeline._hostAdapter;
System\Addin\Hosting\AddInStore.cs (2)
1439int r = String.CompareOrdinal(pipeline._hostAdapter.TypeInfo.AssemblyQualifiedName, 1440dupPipeline._hostAdapter.TypeInfo.AssemblyQualifiedName);
System\Addin\Hosting\AddInToken.cs (6)
67dictionary[AddInSegmentType.HostSideAdapter] = _hostAdapter.QualificationData; 169_hostAdapter.SetRootDirectory(_pipelineRootDir); 245if (_hostAdapter.TypeInfo.AssemblyQualifiedName == addInToken._hostAdapter.TypeInfo.AssemblyQualifiedName && 258return unchecked(_hostAdapter.TypeInfo.GetHashCode() + _contract.TypeInfo.GetHashCode() + 335_contract, _hostAdapter};