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)
3332if (locals != this.Locals || localFunctions != this.LocalFunctions || hasUnsafeModifier != this.HasUnsafeModifier || instrumentation != this.Instrumentation || statements != this.Statements)
3361if (locals != this.Locals || statements != this.Statements)
4840if (statements != this.Statements)
5684if (locals != this.Locals || switchLabels != this.SwitchLabels || statements != this.Statements)
7741if (statements != this.Statements)
10124this.VisitList(node.Statements);
10129this.VisitList(node.Statements);
10303this.VisitList(node.Statements);
10438this.VisitList(node.Statements);
10695this.VisitList(node.Statements);
11378ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11384ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11646ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11805ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12188ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13539ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13546ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13909ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
15888new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
15895new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16229new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16429new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
17011new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),