1 write to EndLine
Microsoft.CodeAnalysis (1)
PEWriter\Units.cs (1)
46
EndLine
= endLine;
4 references to EndLine
Microsoft.CodeAnalysis (4)
NativePdbWriter\PdbWriter.cs (1)
738
definition.
EndLine
+ 1,
PEWriter\Units.cs (3)
51
=> $"{Definition} => ({StartLine},{StartColumn}) - ({
EndLine
}, {EndColumn})";
60
return Definition == other.Definition && StartLine == other.StartLine && StartColumn == other.StartColumn &&
EndLine
== other.
EndLine
&& EndColumn == other.EndColumn;