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)
193result = AllocateTemp(_method.ReturnType, _boundBody.Syntax, slotConstraints); 280EmitStatement(_boundBody);
CodeGen\EmitStatement.cs (2)
650if (_boundBody == block) 657var list = _boundBody as BoundStatementList;