2 references to CreateList
Microsoft.CodeAnalysis (2)
Syntax\SyntaxToken.cs (2)
479
? new SyntaxToken(null, Node.WithLeadingTrivia(GreenNode.
CreateList
(trivia, static t => t.RequiredUnderlyingNode)), position: 0, index: 0)
505
? new SyntaxToken(null, Node.WithTrailingTrivia(GreenNode.
CreateList
(trivia, static t => t.RequiredUnderlyingNode)), position: 0, index: 0)