4 references to AsStatementList
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CodeGeneration\CSharpSyntaxGenerator.cs (4)
3279
var statementList =
AsStatementList
(statements);
3619
=> SyntaxFactory.SwitchSection(AsSwitchLabels(expressions),
AsStatementList
(statements));
3625
AsStatementList
(statements));
3629
=> SyntaxFactory.SwitchSection([SyntaxFactory.DefaultSwitchLabel()],
AsStatementList
(statements));