25 references to PipelineComponentType
System.AddIn (25)
System\Addin\Hosting\ActivationWorker.cs (5)
31
private
PipelineComponentType
_currentComponentType;
129
_currentComponentType =
PipelineComponentType
.AddIn;
181
_currentComponentType =
PipelineComponentType
.AddInAdapter;
232
case
PipelineComponentType
.AddInAdapter:
238
case
PipelineComponentType
.AddIn:
System\Addin\Hosting\AddInStore.cs (8)
855
Discover(file,
PipelineComponentType
.Contract, state, rootDir, warnings);
864
Discover(file,
PipelineComponentType
.AddInAdapter, state, rootDir, warnings);
874
if (Discover(file,
PipelineComponentType
.AddInBase, state, rootDir, warnings))
1144
private static bool Discover(String assemblyFileName,
PipelineComponentType
componentType, PipelineDeploymentState state,
1169
case
PipelineComponentType
.Contract:
1173
case
PipelineComponentType
.AddInAdapter:
1177
case
PipelineComponentType
.AddInBase:
1241
warnings.Add(String.Format(CultureInfo.CurrentCulture, Res.NoAddInModelPartsFound,
PipelineComponentType
.HostAdapter, assemblyFileName));
System\Addin\Hosting\InspectionWorker.cs (12)
39
private
PipelineComponentType
_currentComponentType;
78
if (_currentComponentType ==
PipelineComponentType
.AddIn)
84
case
PipelineComponentType
.HostAdapter:
94
case
PipelineComponentType
.Contract:
97
case
PipelineComponentType
.AddInAdapter:
103
case
PipelineComponentType
.AddInBase:
192
internal InspectionResults Inspect(
PipelineComponentType
componentType, string assemblyFileName, string pipelineRootDirectory)
255
case
PipelineComponentType
.Contract:
262
case
PipelineComponentType
.AddInAdapter:
269
case
PipelineComponentType
.AddInBase:
330
if (retval.Components.Count == 0 && _currentComponentType !=
PipelineComponentType
.AddIn && _currentComponentType !=
PipelineComponentType
.AddInBase)