FlowAnalysis\FlowAnalysisPass.cs (4)
85var newStatements = block.Statements.Add(new BoundReturnStatement(trailingExpression.Syntax, RefKind.None, trailingExpression, @checked: false));
165return body.Update(body.Locals, body.LocalFunctions, body.HasUnsafeModifier, body.Instrumentation, body.Statements.Insert(index: 0, initializations));
172var statements = body.Statements;
207return 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)
4832if (statements != this.Statements)
5676if (locals != this.Locals || switchLabels != this.SwitchLabels || statements != this.Statements)
7733if (statements != this.Statements)
10116this.VisitList(node.Statements);
10121this.VisitList(node.Statements);
10295this.VisitList(node.Statements);
10430this.VisitList(node.Statements);
10687this.VisitList(node.Statements);
11370ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11376ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11638ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11797ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12180ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13531ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13538ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13901ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
15889new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
15896new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16230new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16430new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
17012new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),