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