4 references to ToList
Microsoft.CodeAnalysis (2)
Syntax\InternalSyntax\SeparatedSyntaxListBuilder.cs (1)
125return builder.ToList();
Syntax\InternalSyntax\SyntaxListPool.cs (1)
101var list = item.ToList();
Microsoft.CodeAnalysis.CSharp (2)
Parser\DirectiveParser.cs (1)
630return SyntaxFactory.PragmaWarningDirectiveTrivia(hash, pragma, warning, style, ids.ToList(), end, isActive);
Parser\LanguageParser.cs (1)
10227_syntaxFactory.VariableDeclaration(type, variables.ToList()),