4 references to AsStatementList
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CodeGeneration\CSharpSyntaxGenerator.cs (4)
3275
var statementList =
AsStatementList
(statements);
3617
=> SyntaxFactory.SwitchSection(AsSwitchLabels(expressions),
AsStatementList
(statements));
3623
AsStatementList
(statements));
3627
=> SyntaxFactory.SwitchSection([SyntaxFactory.DefaultSwitchLabel()],
AsStatementList
(statements));