2 instantiations of SectionMetadata
Aspire.Hosting (2)
Publishing\Internal\DeploymentStateManagerBase.cs (2)
208
metadata = new
SectionMetadata
(0);
264
_sections[section.SectionName] = new
SectionMetadata
(section.Version + 1);
5 references to SectionMetadata
Aspire.Hosting (5)
Publishing\Internal\DeploymentStateManagerBase.cs (5)
45
private readonly Dictionary<string,
SectionMetadata
> _sections = new();
202
private
SectionMetadata
GetSectionMetadata(string sectionName)
206
if (!_sections.TryGetValue(sectionName, out
var
metadata))
220
var
metadata = GetSectionMetadata(sectionName);
251
if (_sections.TryGetValue(section.SectionName, out
var
metadata))