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)
3379if (locals != this.Locals || localFunctions != this.LocalFunctions || hasUnsafeModifier != this.HasUnsafeModifier || instrumentation != this.Instrumentation || statements != this.Statements)
3408if (locals != this.Locals || statements != this.Statements)
4873if (statements != this.Statements)
5747if (locals != this.Locals || switchLabels != this.SwitchLabels || statements != this.Statements)
7848if (statements != this.Statements)
10347this.VisitList(node.Statements);
10352this.VisitList(node.Statements);
10534this.VisitList(node.Statements);
10674this.VisitList(node.Statements);
10938this.VisitList(node.Statements);
11640ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11646ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11910ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12074ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12462ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13851ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13858ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
14221ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
16237new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16244new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16580new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16788new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
17380new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),