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)
3331if (locals != this.Locals || localFunctions != this.LocalFunctions || hasUnsafeModifier != this.HasUnsafeModifier || instrumentation != this.Instrumentation || statements != this.Statements)
3360if (locals != this.Locals || statements != this.Statements)
4837if (statements != this.Statements)
5681if (locals != this.Locals || switchLabels != this.SwitchLabels || statements != this.Statements)
7734if (statements != this.Statements)
10115this.VisitList(node.Statements);
10120this.VisitList(node.Statements);
10295this.VisitList(node.Statements);
10430this.VisitList(node.Statements);
10687this.VisitList(node.Statements);
11367ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11373ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11636ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11795ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12178ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13542ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13549ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13913ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
15899new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
15906new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16241new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16441new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
17023new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),