1 write to EndColumn
Microsoft.CodeAnalysis (1)
PEWriter\Units.cs (1)
47
EndColumn
= endColumn;
4 references to EndColumn
Microsoft.CodeAnalysis (4)
NativePdbWriter\PdbWriter.cs (1)
739
definition.
EndColumn
+ 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
;