1 instantiation of AddInDeploymentState
System.AddIn (1)
System\Addin\Hosting\AddInStore.cs (1)
910
AddInDeploymentState state = new
AddInDeploymentState
();
9 references to AddInDeploymentState
System.AddIn (9)
System\Addin\Hosting\AddInStore.cs (9)
317
AddInDeploymentState
addInState = GetAddInDeploymentState(addInPath);
528
AddInDeploymentState
addInState = GetAddInDeploymentState(addInLocation);
735
private static
AddInDeploymentState
GetAddInDeploymentState(String addInRoot)
737
return (
AddInDeploymentState
)GetDeploymentState(addInRoot, AddInCacheFileName, new Reader(AddInStateReader), new Builder(BuildAddInCache));
749
return ReadCache<
AddInDeploymentState
>(fullName, false);
897
private static
AddInDeploymentState
BuildAddInCache(String rootDir, Collection<String> warnings)
910
AddInDeploymentState
state = new AddInDeploymentState();
1352
params
AddInDeploymentState
[] addInStores )
1357
foreach (
AddInDeploymentState
addInDeploymentState in addInStores)