5 references to _sections
Aspire.Hosting.Kubernetes.Tests (5)
tests\Shared\InMemoryDeploymentStateManager.cs (5)
23_sections[name] = data; 29if (_sections.TryGetValue(sectionName, out var data)) 39_sections[section.SectionName] = section.Data; 46_sections.Remove(section.SectionName); 53_sections.Clear();