3 references to _unflattenedState
Aspire.Hosting.Tests (3)
Orchestrator\ParameterProcessorTests.cs (3)
994
var sectionData =
_unflattenedState
.TryGetPropertyValue(sectionName, out var sectionNode) && sectionNode is JsonObject obj
1007
_unflattenedState
[section.SectionName] = section.Data.DeepClone().AsObject();
1010
_flattenedState = JsonFlattener.FlattenJsonObject(
_unflattenedState
);