1 override of LoadStateFromStorageAsync
Aspire.Hosting (1)
Pipelines\Internal\FileDeploymentStateManager.cs (1)
230protected override async Task<JsonObject> LoadStateFromStorageAsync(CancellationToken cancellationToken = default)
1 reference to LoadStateFromStorageAsync
Aspire.Hosting (1)
Pipelines\Internal\DeploymentStateManagerBase.cs (1)
84_state = await LoadStateFromStorageAsync(cancellationToken).ConfigureAwait(false);