1 write to Start
Microsoft.NET.ProjectData.Tasks (1)
ForwardCompat.cs (1)
669 var segment = new Segment { Start = start, End = end };
5 references to Start
Microsoft.NET.ProjectData.Tasks (5)
ForwardCompat.cs (5)
472 int anchor = section.HeaderLineIndex == candidate.Start && candidate.Start > 0 473 ? candidate.Start - 1 474 : candidate.Start; 476 if (candidate.VersionLineIndex >= candidate.Start && candidate.VersionLineIndex < section.HeaderLineIndex)