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)
3381if (locals != this.Locals || localFunctions != this.LocalFunctions || hasUnsafeModifier != this.HasUnsafeModifier || instrumentation != this.Instrumentation || statements != this.Statements)
3410if (locals != this.Locals || statements != this.Statements)
4889if (statements != this.Statements)
5735if (locals != this.Locals || switchLabels != this.SwitchLabels || statements != this.Statements)
7834if (statements != this.Statements)
10230this.VisitList(node.Statements);
10235this.VisitList(node.Statements);
10409this.VisitList(node.Statements);
10544this.VisitList(node.Statements);
10808this.VisitList(node.Statements);
11497ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11503ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11765ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11924ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12312ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13680ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13687ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
14050ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
16037new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16044new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16378new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16579new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
17170new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),