1 write to _asyncYieldPoints
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitStatement.cs (1)
148
_asyncYieldPoints
= ArrayBuilder<int>.GetInstance();
9 references to _asyncYieldPoints
Microsoft.CodeAnalysis.CSharp (9)
CodeGen\CodeGenerator.cs (2)
213
Debug.Assert(
_asyncYieldPoints
== null);
229
ArrayBuilder<int> yieldPoints =
_asyncYieldPoints
;
CodeGen\EmitStatement.cs (7)
145
Debug.Assert((
_asyncYieldPoints
== null) == (_asyncResumePoints == null));
146
if (
_asyncYieldPoints
== null)
151
Debug.Assert(
_asyncYieldPoints
.Count == _asyncResumePoints.Count);
152
_asyncYieldPoints
.Add(_builder.AllocateILMarker());
156
Debug.Assert(
_asyncYieldPoints
!= null);
157
Debug.Assert(
_asyncYieldPoints
!= null);
159
Debug.Assert(
_asyncYieldPoints
.Count == _asyncResumePoints.Count);