3 references to StatementList
Microsoft.CodeAnalysis.CSharp (3)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (2)
447
return statementFactory.
StatementList
(AddAnalysisPoint(whenClause, statementFactory), ifConditionGotoBody);
473
return statementFactory.
StatementList
(AddAnalysisPoint(SyntaxForSpan(original), statementFactory), rewritten);
Lowering\SyntheticBoundNodeFactory.cs (1)
500
=> (first == null) ? second : (second == null) ? first :
StatementList
(first, second);