Fix implementation of HasLeadingTrivia and HasTrailingTrivia for SyntaxNode, SyntaxToken and SyntaxNodeOrToken.
The previous implementation was incorrect when zero-length trivia (elastic markers) were the only trivia. (changeset 1394442)
↧