3 writes to _boundBody
Microsoft.CodeAnalysis.CSharp (3)
CodeGen\CodeGenerator.cs (3)
103_boundBody = boundBody; 141_boundBody = Optimizer.Optimize( 149_boundBody = boundBody;
4 references to _boundBody
Microsoft.CodeAnalysis.CSharp (4)
CodeGen\CodeGenerator.cs (2)
209result = AllocateTemp(returnTypeWithAnnotations.Type, _boundBody.Syntax, slotConstraints); 296EmitStatement(_boundBody);
CodeGen\EmitStatement.cs (2)
650if (_boundBody == block) 657var list = _boundBody as BoundStatementList;