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