2 writes to EndLine
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\SequencePoint.cs (2)
28EndLine = HiddenLine; 38EndLine = endLine;
4 references to EndLine
System.Reflection.Metadata (4)
System\Reflection\Metadata\PortablePdb\SequencePoint.cs (4)
48Hash.Combine(EndLine, EndColumn))))); 62&& EndLine == other.EndLine 70return IsHidden ? "<hidden>" : $"{Offset}: ({StartLine}, {StartColumn}) - ({EndLine}, {EndColumn})";