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