7 references to SliceDimensions
Microsoft.NET.ProjectData.Tasks (7)
ForwardCompat.cs (3)
521
Section? anchorSection = candidate.Sections.FirstOrDefault(s => s.Name == CacheFormat.Sections.
SliceDimensions
)
577
or CacheFormat.Sections.
SliceDimensions
707
if (current.Name == CacheFormat.Sections.
SliceDimensions
)
ProjectDataMerger.cs (3)
228
writer.WriteLine(CacheFormat.SectionHeader(CacheFormat.Sections.
SliceDimensions
));
409
if (currentSection != CacheFormat.Sections.Project && currentSection != CacheFormat.Sections.
SliceDimensions
&& currentSection != CacheFormat.Sections.Properties)
425
case CacheFormat.Sections.
SliceDimensions
:
ProjectDataWriter.cs (1)
193
writer.WriteLine(CacheFormat.SectionHeader(CacheFormat.Sections.
SliceDimensions
));