4 references to AddIn
System.AddIn (4)
System\Addin\Hosting\ActivationWorker.cs (2)
129
_currentComponentType = PipelineComponentType.
AddIn
;
238
case PipelineComponentType.
AddIn
:
System\Addin\Hosting\InspectionWorker.cs (2)
78
if (_currentComponentType == PipelineComponentType.
AddIn
)
330
if (retval.Components.Count == 0 && _currentComponentType != PipelineComponentType.
AddIn
&& _currentComponentType != PipelineComponentType.AddInBase)