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)
3329if (locals != this.Locals || localFunctions != this.LocalFunctions || hasUnsafeModifier != this.HasUnsafeModifier || instrumentation != this.Instrumentation || statements != this.Statements)
3358if (locals != this.Locals || statements != this.Statements)
4835if (statements != this.Statements)
5679if (locals != this.Locals || switchLabels != this.SwitchLabels || statements != this.Statements)
7732if (statements != this.Statements)
10113this.VisitList(node.Statements);
10118this.VisitList(node.Statements);
10293this.VisitList(node.Statements);
10428this.VisitList(node.Statements);
10685this.VisitList(node.Statements);
11323ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11328ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11548ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11693ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12043ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13393ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13400ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13764ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
15749new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
15756new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16091new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16291new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16873new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),