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