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);
11321ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11326ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11546ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11691ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12041ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13390ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13397ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13761ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
15745new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
15752new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16087new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16287new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16869new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),