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