FlowAnalysis\FlowAnalysisPass.cs (4)
85var newStatements = block.Statements.Add(new BoundReturnStatement(trailingExpression.Syntax, RefKind.None, trailingExpression, @checked: false));
165return body.Update(body.Locals, body.LocalFunctions, body.HasUnsafeModifier, body.Instrumentation, body.Statements.Insert(index: 0, initializations));
172var statements = body.Statements;
207return body.Update(body.Locals, body.LocalFunctions, body.HasUnsafeModifier, body.Instrumentation, body.Statements.Add(ret));
Generated\BoundNodes.xml.Generated.cs (23)
3381if (locals != this.Locals || localFunctions != this.LocalFunctions || hasUnsafeModifier != this.HasUnsafeModifier || instrumentation != this.Instrumentation || statements != this.Statements)
3410if (locals != this.Locals || statements != this.Statements)
4889if (statements != this.Statements)
5733if (locals != this.Locals || switchLabels != this.SwitchLabels || statements != this.Statements)
7832if (statements != this.Statements)
10228this.VisitList(node.Statements);
10233this.VisitList(node.Statements);
10407this.VisitList(node.Statements);
10542this.VisitList(node.Statements);
10806this.VisitList(node.Statements);
11495ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11501ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11763ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11922ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12310ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13678ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13685ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
14048ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
16035new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16042new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16376new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16576new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
17167new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),