Anybody here understand Roslyn syntax trees? Not sure how to convert a SkippedTokensTriviaSyntax to a SyntaxTrivia:
https://github.com/KirillOsenkov/XmlParser/issues/59
I can ask the compiler team next week, but maybe someone can answer this off the cuff.
I lifted the XML parser from old Roslyn VB parser circa 2014, so things have changed, and I never really understood some of this.