5 references to _unflattenedState
Aspire.Hosting.Tests (5)
Orchestrator\ParameterProcessorTests.cs (5)
1601
var sectionData =
_unflattenedState
.TryGetPropertyValue(sectionName, out var sectionNode) && sectionNode is JsonObject obj
1614
_unflattenedState
[section.SectionName] = section.Data.DeepClone().AsObject();
1617
_flattenedState = JsonFlattener.FlattenJsonObject(
_unflattenedState
);
1628
_unflattenedState
.Remove(section.SectionName);
1631
_flattenedState = JsonFlattener.FlattenJsonObject(
_unflattenedState
);