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)
3320if (locals != this.Locals || localFunctions != this.LocalFunctions || hasUnsafeModifier != this.HasUnsafeModifier || instrumentation != this.Instrumentation || statements != this.Statements)
3349if (locals != this.Locals || statements != this.Statements)
4826if (statements != this.Statements)
5670if (locals != this.Locals || switchLabels != this.SwitchLabels || statements != this.Statements)
7723if (statements != this.Statements)
10104this.VisitList(node.Statements);
10109this.VisitList(node.Statements);
10284this.VisitList(node.Statements);
10419this.VisitList(node.Statements);
10676this.VisitList(node.Statements);
11356ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11362ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11625ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11784ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12167ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13508ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13515ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13879ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
15865new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
15872new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16207new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16407new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16989new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),