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)
104
Debug.Assert(
_asyncYieldPoints
Is Nothing)
119
Dim yieldPoints As ArrayBuilder(Of Integer) =
_asyncYieldPoints
CodeGen\EmitStatement.vb (6)
97
Debug.Assert((
_asyncYieldPoints
Is Nothing) = (_asyncResumePoints Is Nothing))
98
If
_asyncYieldPoints
Is Nothing Then
102
Debug.Assert(
_asyncYieldPoints
.Count = _asyncResumePoints.Count)
103
_asyncYieldPoints
.Add(_builder.AllocateILMarker())
106
Debug.Assert(
_asyncYieldPoints
IsNot Nothing)
108
Debug.Assert((
_asyncYieldPoints
.Count - 1) = _asyncResumePoints.Count)