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