2 references to WriteStateAsync
Aspire.Hosting (2)
Pipelines\Internal\FileDeploymentStateManager.cs (2)
369
await
WriteStateAsync
(deploymentStatePath, _currentState, cancellationToken).ConfigureAwait(false);
812
return
WriteStateAsync
(GetMigrationStatePath(canonicalStatePath), migrationState, cancellationToken);