1 write to Name
Microsoft.NET.ProjectData.Tasks (1)
ForwardCompat.cs (1)
692 current = new Section { Name = name, HeaderLineIndex = i };
19 references to Name
Microsoft.NET.ProjectData.Tasks (19)
ForwardCompat.cs (19)
429 if (section.Name is not null && !candidateSectionsByName.ContainsKey(section.Name)) 430 candidateSectionsByName.Add(section.Name, section); 437 if (section.Name is null) 440 if (!KnownSections.Contains(section.Name)) 443 if (candidateSectionsByName.ContainsKey(section.Name)) 448 pendingUnknownSections.Add(CacheFormat.SectionHeader(section.Name)); 455 && candidateSectionsByName.TryGetValue(section.Name, out Section? candidateSection)) 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) 574 if (existingSection.Name is null || !KnownSections.Contains(existingSection.Name)) 576 if (existingSection.Name is CacheFormat.Sections.Project 585 HashSet<string>? knownForSection = KnownMetadataBySection.TryGetValue(existingSection.Name, out HashSet<string>? ks) 594 Section? candidateSection = candidate.Sections.FirstOrDefault(s => s.Name == existingSection.Name); 707 if (current.Name == CacheFormat.Sections.SliceDimensions)