3 writes to _boundBody
Microsoft.CodeAnalysis.CSharp (3)
CodeGen\CodeGenerator.cs (3)
100
_boundBody
= boundBody;
138
_boundBody
= Optimizer.Optimize(
146
_boundBody
= boundBody;
4 references to _boundBody
Microsoft.CodeAnalysis.CSharp (4)
CodeGen\CodeGenerator.cs (2)
193
result = AllocateTemp(_method.ReturnType,
_boundBody
.Syntax, slotConstraints);
280
EmitStatement(
_boundBody
);
CodeGen\EmitStatement.cs (2)
650
if (
_boundBody
== block)
657
var list =
_boundBody
as BoundStatementList;