2 references to ApplyChanges
Aspire.Hosting (2)
Pipelines\Internal\FileDeploymentStateManager.cs (2)
355var desiredSectionData = ApplyChanges(latestSectionData, originalSectionData, sectionData) as JsonObject; 606return (true, ApplyChanges(latestValue, originalValue as JsonObject ?? [], savedObject));