5 references to _sections
Aspire.Hosting (5)
Pipelines\Internal\DeploymentStateManagerBase.cs (5)
162
if (!
_sections
.TryGetValue(sectionName, out var metadata))
165
_sections
[sectionName] = metadata;
300
if (
_sections
.TryGetValue(section.SectionName, out var metadata))
313
_sections
[section.SectionName] = new SectionMetadata(section.Version + 1);
367
_sections
.Clear();