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)
3327if (locals != this.Locals || localFunctions != this.LocalFunctions || hasUnsafeModifier != this.HasUnsafeModifier || instrumentation != this.Instrumentation || statements != this.Statements)
3356if (locals != this.Locals || statements != this.Statements)
4833if (statements != this.Statements)
5677if (locals != this.Locals || switchLabels != this.SwitchLabels || statements != this.Statements)
7730if (statements != this.Statements)
10111this.VisitList(node.Statements);
10116this.VisitList(node.Statements);
10291this.VisitList(node.Statements);
10426this.VisitList(node.Statements);
10683this.VisitList(node.Statements);
11361ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11367ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11630ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11789ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12172ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13536ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13543ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13907ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
15891new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
15898new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16233new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16433new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
17015new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),