5 references to AddInBase
System.AddIn (5)
System\Addin\Hosting\AddInStore.cs (2)
874
if (Discover(file, PipelineComponentType.
AddInBase
, state, rootDir, warnings))
1177
case PipelineComponentType.
AddInBase
:
System\Addin\Hosting\InspectionWorker.cs (3)
103
case PipelineComponentType.
AddInBase
:
269
case PipelineComponentType.
AddInBase
:
330
if (retval.Components.Count == 0 && _currentComponentType != PipelineComponentType.AddIn && _currentComponentType != PipelineComponentType.
AddInBase
)