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)
213Debug.Assert(_asyncYieldPoints == null); 229ArrayBuilder<int> yieldPoints = _asyncYieldPoints;
CodeGen\EmitStatement.cs (7)
145Debug.Assert((_asyncYieldPoints == null) == (_asyncResumePoints == null)); 146if (_asyncYieldPoints == null) 151Debug.Assert(_asyncYieldPoints.Count == _asyncResumePoints.Count); 152_asyncYieldPoints.Add(_builder.AllocateILMarker()); 156Debug.Assert(_asyncYieldPoints != null); 157Debug.Assert(_asyncYieldPoints != null); 159Debug.Assert(_asyncYieldPoints.Count == _asyncResumePoints.Count);