6 references to AddInCacheFileName
System.AddIn (6)
System\Addin\Hosting\AddInStore.cs (6)
199String addInStore = Path.Combine(addInsFolderPath, AddInCacheFileName); 240String addInStore = Path.Combine(addInsPath, AddInCacheFileName); 303String storeName = Path.Combine(addInPath, AddInCacheFileName); 737return (AddInDeploymentState)GetDeploymentState(addInRoot, AddInCacheFileName, new Reader(AddInStateReader), new Builder(BuildAddInCache)); 950WriteCache(state, rootDir, AddInCacheFileName, timeStamp); 954String cacheFilePath = Path.Combine(rootDir, AddInCacheFileName);