1 override of GetSectionState
Aspire.Hosting (1)
Pipelines\Internal\FileDeploymentStateManager.cs (1)
271protected override JsonNode? GetSectionState(JsonObject? state, string sectionName, bool includeLegacyState)
2 references to GetSectionState
Aspire.Hosting (2)
Pipelines\Internal\DeploymentStateManagerBase.cs (1)
192var sectionData = GetSectionState(_state, sectionName, includeLegacyState);
Pipelines\Internal\FileDeploymentStateManager.cs (1)
286var mergedSection = base.GetSectionState(state, sectionName, includeLegacyState)?.DeepClone();