FlowAnalysis\FlowAnalysisPass.cs (4)
85var newStatements = block.Statements.Add(new BoundReturnStatement(trailingExpression.Syntax, RefKind.None, trailingExpression, @checked: false));
162return body.Update(body.Locals, body.LocalFunctions, body.HasUnsafeModifier, body.Instrumentation, body.Statements.Insert(index: 0, initializations));
169var statements = body.Statements;
204return body.Update(body.Locals, body.LocalFunctions, body.HasUnsafeModifier, body.Instrumentation, body.Statements.Add(ret));
Generated\BoundNodes.xml.Generated.cs (23)
3329if (locals != this.Locals || localFunctions != this.LocalFunctions || hasUnsafeModifier != this.HasUnsafeModifier || instrumentation != this.Instrumentation || statements != this.Statements)
3358if (locals != this.Locals || statements != this.Statements)
4835if (statements != this.Statements)
5679if (locals != this.Locals || switchLabels != this.SwitchLabels || statements != this.Statements)
7732if (statements != this.Statements)
10077this.VisitList(node.Statements);
10082this.VisitList(node.Statements);
10257this.VisitList(node.Statements);
10392this.VisitList(node.Statements);
10649this.VisitList(node.Statements);
11287ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11292ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11512ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11657ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12007ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13357ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13364ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13728ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
15713new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
15720new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16055new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16255new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16837new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),