6 references to GetStatePath
Aspire.Hosting (6)
DistributedApplicationBuilder.cs (2)
1045
var deploymentStatePath = FileDeploymentStateManager.
GetStatePath
(
1051
: FileDeploymentStateManager.
GetStatePath
(
Pipelines\Internal\FileDeploymentStateManager.cs (4)
67
var currentStatePath =
GetStatePath
(configuration, GetDeploymentStatePathSha(configuration), hostEnvironment.EnvironmentName);
75
var legacyStatePath =
GetStatePath
(configuration, configuration["AppHost:LegacyDeploymentStatePathSha256"], hostEnvironment.EnvironmentName);
81
private string? GetCanonicalStatePath() =>
GetStatePath
(configuration, GetDeploymentStatePathSha(configuration), hostEnvironment.EnvironmentName);
83
private string? GetLegacyStatePath() =>
GetStatePath
(configuration, configuration["AppHost:LegacyDeploymentStatePathSha256"], hostEnvironment.EnvironmentName);