1 write to SetResultMethod
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncIteratorInfo.cs (1)
41
SetResultMethod
= setResultMethod;
1 reference to SetResultMethod
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncIteratorMethodToStateMachineRewriter.cs (1)
131
return F.ExpressionStatement(F.Call(promiseField, _asyncIteratorInfo.
SetResultMethod
, F.Literal(result)));