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)
3328if (locals != this.Locals || localFunctions != this.LocalFunctions || hasUnsafeModifier != this.HasUnsafeModifier || instrumentation != this.Instrumentation || statements != this.Statements)
3357if (locals != this.Locals || statements != this.Statements)
4834if (statements != this.Statements)
5678if (locals != this.Locals || switchLabels != this.SwitchLabels || statements != this.Statements)
7731if (statements != this.Statements)
10114this.VisitList(node.Statements);
10119this.VisitList(node.Statements);
10294this.VisitList(node.Statements);
10429this.VisitList(node.Statements);
10686this.VisitList(node.Statements);
11369ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11375ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11638ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11797ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12180ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13531ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13538ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13902ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
15890new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
15897new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16232new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16432new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
17014new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),