1 write to HeaderLineIndex
Microsoft.NET.ProjectData.Tasks (1)
ForwardCompat.cs (1)
692
current = new Section { Name = name,
HeaderLineIndex
= i };
9 references to HeaderLineIndex
Microsoft.NET.ProjectData.Tasks (9)
ForwardCompat.cs (9)
472
int anchor = section.
HeaderLineIndex
== candidate.Start && candidate.Start > 0
476
if (candidate.VersionLineIndex >= candidate.Start && candidate.VersionLineIndex < section.
HeaderLineIndex
)
481
if (candidateSection.
HeaderLineIndex
>= section.
HeaderLineIndex
)
484
if (candidateSection.
HeaderLineIndex
> anchor)
485
anchor = candidateSection.
HeaderLineIndex
;
486
if (candidateSection.LastLineIndex > anchor && candidateSection.LastLineIndex < section.
HeaderLineIndex
)
534
: anchorSection.LastLineIndex >= 0 ? anchorSection.LastLineIndex : anchorSection.
HeaderLineIndex
;
550
int anchor = candidateProps.
HeaderLineIndex
;