10 references to StatementList
Microsoft.CodeAnalysis.CSharp (10)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (2)
447return statementFactory.StatementList(AddAnalysisPoint(whenClause, statementFactory), ifConditionGotoBody); 473return statementFactory.StatementList(AddAnalysisPoint(SyntaxForSpan(original), statementFactory), rewritten);
Lowering\Instrumentation\ModuleCancellationInstrumenter.cs (1)
98=> _factory.StatementList(_factory.ExpressionStatement(_factory.ThrowIfModuleCancellationRequested()), statement);
Lowering\SyntheticBoundNodeFactory.cs (1)
518=> (first == null) ? second : (second == null) ? first : StatementList(first, second);
Symbols\Synthesized\SynthesizedInlineArrayAsReadOnlySpanMethod.cs (1)
40f.CloseMethod(f.StatementList(SynthesizedInlineArrayAsSpanMethod.ThrowIfInlineArrayIsNullRef(this, f), returnStmt));
Symbols\Synthesized\SynthesizedInlineArrayAsSpanMethod.cs (1)
39f.CloseMethod(f.StatementList(ThrowIfInlineArrayIsNullRef(this, f), returnStmt));
Symbols\Synthesized\SynthesizedInlineArrayElementRefMethod.cs (1)
40f.CloseMethod(f.StatementList(SynthesizedInlineArrayAsSpanMethod.ThrowIfInlineArrayIsNullRef(this, f), returnStmt));
Symbols\Synthesized\SynthesizedInlineArrayElementRefReadOnlyMethod.cs (1)
42f.CloseMethod(f.StatementList(SynthesizedInlineArrayAsSpanMethod.ThrowIfInlineArrayIsNullRef(this, f), returnStmt));
Symbols\Synthesized\SynthesizedInlineArrayFirstElementRefMethod.cs (1)
36f.CloseMethod(f.StatementList(SynthesizedInlineArrayAsSpanMethod.ThrowIfInlineArrayIsNullRef(this, f), returnStmt));
Symbols\Synthesized\SynthesizedInlineArrayFirstElementRefReadOnlyMethod.cs (1)
38f.CloseMethod(f.StatementList(SynthesizedInlineArrayAsSpanMethod.ThrowIfInlineArrayIsNullRef(this, f), returnStmt));