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)
3378if (locals != this.Locals || localFunctions != this.LocalFunctions || hasUnsafeModifier != this.HasUnsafeModifier || instrumentation != this.Instrumentation || statements != this.Statements)
3407if (locals != this.Locals || statements != this.Statements)
4872if (statements != this.Statements)
5746if (locals != this.Locals || switchLabels != this.SwitchLabels || statements != this.Statements)
7847if (statements != this.Statements)
10346this.VisitList(node.Statements);
10351this.VisitList(node.Statements);
10533this.VisitList(node.Statements);
10673this.VisitList(node.Statements);
10937this.VisitList(node.Statements);
11639ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11645ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11909ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12073ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12461ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13850ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13857ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
14220ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
16236new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16243new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16579new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16787new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
17379new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),