9 references to SubscriptionStore
System.Deployment (9)
System\Deployment\Application\ComponentStore.cs (1)
12public static ComponentStore GetStore(ComponentStoreType storeType, SubscriptionStore subStore);
System\Deployment\Application\DownloadManager.cs (4)
14public static AssemblyManifest DownloadDeploymentManifest(SubscriptionStore subStore, ref Uri sourceUri, out TempFile tempFile); 15public static AssemblyManifest DownloadDeploymentManifest(SubscriptionStore subStore, ref Uri sourceUri, out TempFile tempFile, IDownloadNotification notification, DownloadOptions options); 16public static AssemblyManifest DownloadDeploymentManifestBypass(SubscriptionStore subStore, ref Uri sourceUri, out TempFile tempFile, out SubscriptionState subState, IDownloadNotification notification, DownloadOptions options); 17public static bool FollowDeploymentProviderUri(SubscriptionStore subStore, ref AssemblyManifest deployment, ref Uri sourceUri, out TempFile tempFile, IDownloadNotification notification, DownloadOptions options);
System\Deployment\Application\SubscriptionState.cs (3)
11public SubscriptionState(SubscriptionStore subStore, AssemblyManifest deployment); 12public SubscriptionState(SubscriptionStore subStore, DefinitionIdentity subId); 36public SubscriptionStore SubscriptionStore { get; }
System\Deployment\Application\SubscriptionStore.cs (1)
12public static SubscriptionStore CurrentUser { get; }