4 references to AsStatementList
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CodeGeneration\CSharpSyntaxGenerator.cs (4)
3138
=> SyntaxFactory.Block(
AsStatementList
(statements)).WithAdditionalAnnotations(Simplifier.Annotation);
3560
=> SyntaxFactory.SwitchSection(AsSwitchLabels(expressions),
AsStatementList
(statements));
3566
AsStatementList
(statements));
3570
=> SyntaxFactory.SwitchSection(SyntaxFactory.SingletonList(SyntaxFactory.DefaultSwitchLabel() as SwitchLabelSyntax),
AsStatementList
(statements));