1 write to _asyncResumePoints
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitStatement.cs (1)
149_asyncResumePoints = ArrayBuilder<int>.GetInstance();
6 references to _asyncResumePoints
Microsoft.CodeAnalysis.CSharp (6)
CodeGen\CodeGenerator.cs (2)
214Debug.Assert(_asyncResumePoints == null); 230ArrayBuilder<int> resumePoints = _asyncResumePoints;
CodeGen\EmitStatement.cs (4)
145Debug.Assert((_asyncYieldPoints == null) == (_asyncResumePoints == null)); 151Debug.Assert(_asyncYieldPoints.Count == _asyncResumePoints.Count); 158_asyncResumePoints.Add(_builder.AllocateILMarker()); 159Debug.Assert(_asyncYieldPoints.Count == _asyncResumePoints.Count);