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