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