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