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