1 write to _currentComponentType
System.AddIn (1)
System\Addin\Hosting\InspectionWorker.cs (1)
201
_currentComponentType
= componentType;
4 references to _currentComponentType
System.AddIn (4)
System\Addin\Hosting\InspectionWorker.cs (4)
78
if (
_currentComponentType
== PipelineComponentType.AddIn)
82
switch(
_currentComponentType
)
330
if (retval.Components.Count == 0 &&
_currentComponentType
!= PipelineComponentType.AddIn &&
_currentComponentType
!= PipelineComponentType.AddInBase)