1 write to LastLineIndex
Microsoft.NET.ProjectData.Tasks (1)
ForwardCompat.cs (1)
705 current.LastLineIndex = i;
5 references to LastLineIndex
Microsoft.NET.ProjectData.Tasks (5)
ForwardCompat.cs (5)
486 if (candidateSection.LastLineIndex > anchor && candidateSection.LastLineIndex < section.HeaderLineIndex) 487 anchor = candidateSection.LastLineIndex; 534 : anchorSection.LastLineIndex >= 0 ? anchorSection.LastLineIndex : anchorSection.HeaderLineIndex;