5 references to _unflattenedState
Aspire.Hosting.Tests (5)
Orchestrator\ParameterProcessorTests.cs (5)
1601var 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);