1 write to _asyncResumePoints
Microsoft.CodeAnalysis.CSharp (1)
CodeGen\EmitStatement.cs (1)
149
_asyncResumePoints
= ArrayBuilder<int>.GetInstance();
6 references to _asyncResumePoints
Microsoft.CodeAnalysis.CSharp (6)
CodeGen\CodeGenerator.cs (2)
214
Debug.Assert(
_asyncResumePoints
== null);
230
ArrayBuilder<int> resumePoints =
_asyncResumePoints
;
CodeGen\EmitStatement.cs (4)
145
Debug.Assert((_asyncYieldPoints == null) == (
_asyncResumePoints
== null));
151
Debug.Assert(_asyncYieldPoints.Count ==
_asyncResumePoints
.Count);
158
_asyncResumePoints
.Add(_builder.AllocateILMarker());
159
Debug.Assert(_asyncYieldPoints.Count ==
_asyncResumePoints
.Count);