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