2 writes to EndLine
System.Reflection.Metadata (2)
System\Reflection\Metadata\PortablePdb\SequencePoint.cs (2)
28EndLine = HiddenLine; 38EndLine = endLine;
5 references to EndLine
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
PDB\PortablePdbTests.cs (1)
69writer.WriteLine($"{sp.Offset}: ({sp.StartLine},{sp.StartColumn})-({sp.EndLine},{sp.EndColumn})");
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})";