3 references to AddIns
System.AddIn (3)
System\Addin\Hosting\AddInStore.cs (3)
920
int oldNumAddins = state.
AddIns
.Count;
937
state.
AddIns
.AddRange(foundAddIns);
1359
foreach (AddIn addin in addInDeploymentState.
AddIns
)