3 references to AddInBases
System.AddIn (3)
System\Addin\Hosting\AddInStore.cs (1)
1178state.AddInBases.AddRange(new ContravarianceAdapter<PipelineComponent, AddInBase>(pipelineComponents));
System\Addin\Hosting\PipelineDeploymentState.cs (2)
96foreach (AddInBase addinBase in AddInBases) 115unconnectedParts += LookForUnconnectedParts(AddInBases, warnings);