2 overrides of SaveStateToStorageAsync
Aspire.Hosting (2)
Pipelines\Internal\FileDeploymentStateManager.cs (1)
49
protected override async Task
SaveStateToStorageAsync
(JsonObject state, CancellationToken cancellationToken)
Pipelines\Internal\UserSecretsDeploymentStateManager.cs (1)
35
protected override async Task
SaveStateToStorageAsync
(JsonObject state, CancellationToken cancellationToken)
3 references to SaveStateToStorageAsync
Aspire.Hosting (3)
Pipelines\Internal\DeploymentStateManagerBase.cs (3)
114
await
SaveStateToStorageAsync
(state, cancellationToken).ConfigureAwait(false);
214
await
SaveStateToStorageAsync
(_state, cancellationToken).ConfigureAwait(false);
234
await
SaveStateToStorageAsync
(_state, cancellationToken).ConfigureAwait(false);