3 references to AsStatementList
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CodeGeneration\CSharpSyntaxGenerator.cs (3)
3110
var statementList =
AsStatementList
(statements);
3449
=> SyntaxFactory.SwitchSection(AsSwitchLabels(expressions),
AsStatementList
(statements));
3455
AsStatementList
(statements));