4 references to _sections
Aspire.Hosting (4)
Publishing\Internal\DeploymentStateManagerBase.cs (4)
206
if (!
_sections
.TryGetValue(sectionName, out var metadata))
209
_sections
[sectionName] = metadata;
251
if (
_sections
.TryGetValue(section.SectionName, out var metadata))
264
_sections
[section.SectionName] = new SectionMetadata(section.Version + 1);