2 writes to _currentComponentType
System.AddIn (2)
System\Addin\Hosting\ActivationWorker.cs (2)
129
_currentComponentType
= PipelineComponentType.AddIn;
181
_currentComponentType
= PipelineComponentType.AddInAdapter;
1 reference to _currentComponentType
System.AddIn (1)
System\Addin\Hosting\ActivationWorker.cs (1)
230
switch (
_currentComponentType
)