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)
105
Debug.Assert(
_asyncResumePoints
Is Nothing)
120
Dim resumePoints As ArrayBuilder(Of Integer) =
_asyncResumePoints
CodeGen\EmitStatement.vb (5)
97
Debug.Assert((_asyncYieldPoints Is Nothing) = (
_asyncResumePoints
Is Nothing))
102
Debug.Assert(_asyncYieldPoints.Count =
_asyncResumePoints
.Count)
107
Debug.Assert(
_asyncResumePoints
IsNot Nothing)
108
Debug.Assert((_asyncYieldPoints.Count - 1) =
_asyncResumePoints
.Count)
109
_asyncResumePoints
.Add(_builder.AllocateILMarker())