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