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