4 references to LoadStateFile
Aspire.Hosting (4)
Pipelines\Internal\FileDeploymentStateManager.cs (4)
159
return
LoadStateFile
(canonicalStatePath);
162
currentState = migrationState.CurrentState ??
LoadStateFile
(canonicalStatePath);
180
legacyState =
LoadStateFile
(legacyStatePath);
742
? ParseMigrationState(
LoadStateFile
(migrationStatePath))