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