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)
78if (_currentComponentType == PipelineComponentType.AddIn) 82switch(_currentComponentType) 330if (retval.Components.Count == 0 && _currentComponentType != PipelineComponentType.AddIn && _currentComponentType != PipelineComponentType.AddInBase)