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