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