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)
3349if (locals != this.Locals || localFunctions != this.LocalFunctions || hasUnsafeModifier != this.HasUnsafeModifier || instrumentation != this.Instrumentation || statements != this.Statements)
3378if (locals != this.Locals || statements != this.Statements)
4857if (statements != this.Statements)
5701if (locals != this.Locals || switchLabels != this.SwitchLabels || statements != this.Statements)
7758if (statements != this.Statements)
10145this.VisitList(node.Statements);
10150this.VisitList(node.Statements);
10324this.VisitList(node.Statements);
10459this.VisitList(node.Statements);
10716this.VisitList(node.Statements);
11400ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11406ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11668ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11827ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12210ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13566ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13573ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13936ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
15915new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
15922new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16256new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16456new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
17038new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),