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)
7735if (statements != this.Statements)
10118this.VisitList(node.Statements);
10123this.VisitList(node.Statements);
10298this.VisitList(node.Statements);
10433this.VisitList(node.Statements);
10690this.VisitList(node.Statements);
11373ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11379ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11642ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11801ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12184ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13535ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13542ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13906ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
15894new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
15901new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16236new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16436new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
17018new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),