FlowAnalysis\FlowAnalysisPass.cs (4)
85var newStatements = block.Statements.Add(new BoundReturnStatement(trailingExpression.Syntax, RefKind.None, trailingExpression, @checked: false));
142return body.Update(body.Locals, body.LocalFunctions, body.HasUnsafeModifier, body.Instrumentation, body.Statements.Insert(index: 0, initializations));
149var statements = body.Statements;
184return body.Update(body.Locals, body.LocalFunctions, body.HasUnsafeModifier, body.Instrumentation, body.Statements.Add(ret));
Generated\BoundNodes.xml.Generated.cs (23)
3217if (locals != this.Locals || localFunctions != this.LocalFunctions || hasUnsafeModifier != this.HasUnsafeModifier || instrumentation != this.Instrumentation || statements != this.Statements)
3246if (locals != this.Locals || statements != this.Statements)
4723if (statements != this.Statements)
5567if (locals != this.Locals || switchLabels != this.SwitchLabels || statements != this.Statements)
7413if (statements != this.Statements)
9719this.VisitList(node.Statements);
9724this.VisitList(node.Statements);
9899this.VisitList(node.Statements);
10034this.VisitList(node.Statements);
10269this.VisitList(node.Statements);
10891ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
10896ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11116ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11261ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11572ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12889ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12896ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13260ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
15152new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
15159new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
15494new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
15694new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16216new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),