3 references to FindAddInsImpl
System.AddIn (3)
System\Addin\Hosting\AddInStore.cs (3)
449
return
FindAddInsImpl
(hostViewOfAddIn, appBase, false);
461
return
FindAddInsImpl
(hostViewOfAddIn, appBase, false, addInFolderPaths);
468
return
FindAddInsImpl
(hostViewOfAddIn, pipelineRootFolderPath, true, addInFolderPaths);