2 references to StatementList
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (2)
447
return statementFactory.
StatementList
(AddAnalysisPoint(whenClause, statementFactory), ifConditionGotoBody);
473
return statementFactory.
StatementList
(AddAnalysisPoint(SyntaxForSpan(original), statementFactory), rewritten);