rossynt-203.3.0
Changed
- Take line separator of the source file into account. In other words, those
EndOfLineTrivia
nodes would have aSpan.Length
of 2 instead of 1 when the line separator isCRLF
(\r\n
).
EndOfLineTrivia
nodes would have a Span.Length
of 2 instead of 1 when the line separator is CRLF
(\r\n
).