1 instantiation of SectionDef
Microsoft.NET.ProjectData.Generators (1)
DataModelSchemaGenerator.cs (1)
304
sections.Add(
new
(name, GetOptionalDescription(section, sectionPath), itemType));
4 references to SectionDef
Microsoft.NET.ProjectData.Generators (4)
DataModelSchemaGenerator.cs (4)
281
List<
SectionDef
> sections = [];
787
foreach (
SectionDef
section in cacheFormat.Sections)
812
foreach (
SectionDef
section in cacheFormat.Sections)
886
List<
SectionDef
> Sections);