5 references to _unflattenedState
Aspire.Hosting.Tests (5)
Orchestrator\ParameterProcessorTests.cs (5)
1664
var sectionData =
_unflattenedState
.TryGetPropertyValue(sectionName, out var sectionNode) && sectionNode is JsonObject obj
1680
_unflattenedState
[section.SectionName] = section.Data.DeepClone().AsObject();
1683
_flattenedState = JsonFlattener.FlattenJsonObject(
_unflattenedState
);
1701
_unflattenedState
.Remove(section.SectionName);
1704
_flattenedState = JsonFlattener.FlattenJsonObject(
_unflattenedState
);