10 references to Properties
Microsoft.NET.ProjectData.Tasks (10)
ForwardCompat.cs (4)
501
Section? existingProps = existing.Sections.FirstOrDefault(s => s.Name == CacheFormat.Sections.
Properties
);
516
Section? candidateProps = candidate.Sections.FirstOrDefault(s => s.Name == CacheFormat.Sections.
Properties
);
525
var block = new List<string> { string.Empty, CacheFormat.SectionHeader(CacheFormat.Sections.
Properties
) };
578
or CacheFormat.Sections.
Properties
)
ProjectDataMerger.cs (5)
198
writer.WriteLine(CacheFormat.SectionHeader(CacheFormat.Sections.
Properties
));
238
writer.WriteLine(CacheFormat.SectionHeader(CacheFormat.Sections.
Properties
));
289
writer.WriteLine(CacheFormat.SectionHeader(CacheFormat.Sections.
Properties
));
409
if (currentSection != CacheFormat.Sections.Project && currentSection != CacheFormat.Sections.SliceDimensions && currentSection != CacheFormat.Sections.
Properties
)
428
case CacheFormat.Sections.
Properties
:
ProjectDataWriter.cs (1)
220
writer.WriteLine(CacheFormat.SectionHeader(CacheFormat.Sections.
Properties
));