5 references to _unflattenedState
Aspire.Hosting.Tests (5)
Orchestrator\ParameterProcessorTests.cs (5)
1664var sectionData = _unflattenedState.TryGetPropertyValue(sectionName, out var sectionNode) && sectionNode is JsonObject obj 1680_unflattenedState[section.SectionName] = section.Data.DeepClone().AsObject(); 1683_flattenedState = JsonFlattener.FlattenJsonObject(_unflattenedState); 1701_unflattenedState.Remove(section.SectionName); 1704_flattenedState = JsonFlattener.FlattenJsonObject(_unflattenedState);