1 write to _addin
System.AddIn (1)
System\Addin\Hosting\AddInToken.cs (1)
140_addin = addin;
25 references to _addin
System.AddIn (25)
System\Addin\Hosting\ActivationWorker.cs (3)
92Path.GetDirectoryName(_pipeline._addin.Location))); 114Assembly addInAssembly = Assembly.LoadFrom(_pipeline._addin.Location); 130Type addinType = addInAssembly.GetType(_pipeline._addin.TypeInfo.FullName, true);
System\Addin\Hosting\AddInActivator.cs (5)
114setup.ApplicationBase = Path.GetDirectoryName(token._addin.Location); 115setup.ConfigurationFile = token._addin.Location + ".config"; 323Path.GetDirectoryName(pipeline._addin.Location))); 326Assembly addInAssembly = Assembly.LoadFrom(pipeline._addin.Location); 328Type addinType = addInAssembly.GetType(pipeline._addin.TypeInfo.FullName, true);
System\Addin\Hosting\AddInServer.cs (2)
56setup.ApplicationBase = Path.GetDirectoryName(token._addin.Location); 57setup.ConfigurationFile = token._addin.Location + ".config";
System\Addin\Hosting\AddInToken.cs (15)
73dictionary[AddInSegmentType.AddIn] = _addin.QualificationData; 123get { return _addin.FullName; } 181_addin.SetRootDirectory(_addInRootDir); 187get { return _addin.AddInName; } 192get { return _addin.Publisher; } 197get { return _addin.Version; } 202get { return _addin.Description; } 207return _addin.AddInName; 213return _addin.AssemblyName; 223get { return _resolvedHostAddinView.FullName + " " + _addin.RelativeLocation + " " + _addin.TypeInfo.FullName; } 249_addin.TypeInfo.AssemblyQualifiedName == addInToken._addin.TypeInfo.AssemblyQualifiedName) 260_addin.TypeInfo.GetHashCode()); 334_addinBase, _addin,