1 write to _asyncYieldPoints
Microsoft.CodeAnalysis.VisualBasic (1)
CodeGen\EmitStatement.vb (1)
99_asyncYieldPoints = ArrayBuilder(Of Integer).GetInstance
8 references to _asyncYieldPoints
Microsoft.CodeAnalysis.VisualBasic (8)
CodeGen\CodeGenerator.vb (2)
104Debug.Assert(_asyncYieldPoints Is Nothing) 119Dim yieldPoints As ArrayBuilder(Of Integer) = _asyncYieldPoints
CodeGen\EmitStatement.vb (6)
97Debug.Assert((_asyncYieldPoints Is Nothing) = (_asyncResumePoints Is Nothing)) 98If _asyncYieldPoints Is Nothing Then 102Debug.Assert(_asyncYieldPoints.Count = _asyncResumePoints.Count) 103_asyncYieldPoints.Add(_builder.AllocateILMarker()) 106Debug.Assert(_asyncYieldPoints IsNot Nothing) 108Debug.Assert((_asyncYieldPoints.Count - 1) = _asyncResumePoints.Count)