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)
3312if (locals != this.Locals || localFunctions != this.LocalFunctions || hasUnsafeModifier != this.HasUnsafeModifier || instrumentation != this.Instrumentation || statements != this.Statements)
3341if (locals != this.Locals || statements != this.Statements)
4818if (statements != this.Statements)
5662if (locals != this.Locals || switchLabels != this.SwitchLabels || statements != this.Statements)
7715if (statements != this.Statements)
10096this.VisitList(node.Statements);
10101this.VisitList(node.Statements);
10276this.VisitList(node.Statements);
10411this.VisitList(node.Statements);
10668this.VisitList(node.Statements);
11348ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11354ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11617ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
11776ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
12159ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13523ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13530ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
13894ImmutableArray<BoundStatement> statements = this.VisitList(node.Statements);
15880new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
15887new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16222new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
16422new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),
17004new TreeDumperNode("statements", null, from x in node.Statements select Visit(x, null)),