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)
3328if (locals != this.Locals || localFunctions != this.LocalFunctions || hasUnsafeModifier != this.HasUnsafeModifier || instrumentation != this.Instrumentation || statements != this.Statements)
3357if (locals != this.Locals || statements != this.Statements)
4834if (statements != this.Statements)
5678if (locals != this.Locals || switchLabels != this.SwitchLabels || statements != this.Statements)
7731if (statements != this.Statements)
10076this.VisitList(node.Statements);
10081this.VisitList(node.Statements);
10256this.VisitList(node.Statements);
10391this.VisitList(node.Statements);
10648this.VisitList(node.Statements);
11286ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11291ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11511ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11656ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12006ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13356ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13363ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13727ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
15712new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
15719new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16054new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16254new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16836new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),