1 override of LoadStateFromStorageAsync
Aspire.Hosting (1)
Pipelines\Internal\FileDeploymentStateManager.cs (1)
230
protected 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);