13 references to Sections
Microsoft.NET.ProjectData.Tasks (13)
ForwardCompat.cs (13)
427 foreach (Section section in candidate.Sections) 435 foreach (Section section in existing.Sections) 479 foreach (Section candidateSection in candidate.Sections) 501 Section? existingProps = existing.Sections.FirstOrDefault(s => s.Name == CacheFormat.Sections.Properties); 516 Section? candidateProps = candidate.Sections.FirstOrDefault(s => s.Name == CacheFormat.Sections.Properties); 521 Section? anchorSection = candidate.Sections.FirstOrDefault(s => s.Name == CacheFormat.Sections.SliceDimensions) 522 ?? candidate.Sections.FirstOrDefault(s => s.Name == CacheFormat.Sections.Project) 523 ?? (candidate.Sections.Count > 0 ? candidate.Sections[candidate.Sections.Count - 1] : null); 572 foreach (Section existingSection in existing.Sections) 594 Section? candidateSection = candidate.Sections.FirstOrDefault(s => s.Name == existingSection.Name); 693 segment.Sections.Add(current);