1 write to _asyncResumePoints
Microsoft.CodeAnalysis.VisualBasic (1)
CodeGen\EmitStatement.vb (1)
100_asyncResumePoints = ArrayBuilder(Of Integer).GetInstance
7 references to _asyncResumePoints
Microsoft.CodeAnalysis.VisualBasic (7)
CodeGen\CodeGenerator.vb (2)
105Debug.Assert(_asyncResumePoints Is Nothing) 120Dim resumePoints As ArrayBuilder(Of Integer) = _asyncResumePoints
CodeGen\EmitStatement.vb (5)
97Debug.Assert((_asyncYieldPoints Is Nothing) = (_asyncResumePoints Is Nothing)) 102Debug.Assert(_asyncYieldPoints.Count = _asyncResumePoints.Count) 107Debug.Assert(_asyncResumePoints IsNot Nothing) 108Debug.Assert((_asyncYieldPoints.Count - 1) = _asyncResumePoints.Count) 109_asyncResumePoints.Add(_builder.AllocateILMarker())