4 references to _sections
Aspire.Hosting (4)
Pipelines\Internal\DeploymentStateManagerBase.cs (4)
125
if (!
_sections
.TryGetValue(sectionName, out var metadata))
128
_sections
[sectionName] = metadata;
170
if (
_sections
.TryGetValue(section.SectionName, out var metadata))
183
_sections
[section.SectionName] = new SectionMetadata(section.Version + 1);