1 write to returnValue
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
1008
this.
returnValue
= returnValue = new SynthesizedLocal(containingMethod, TypeWithAnnotations.Create(valueOpt.Type), SynthesizedLocalKind.AsyncMethodReturnValue, _syntaxOpt);
4 references to returnValue
Microsoft.CodeAnalysis.CSharp (4)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (4)
229
LocalSymbol returnLocal = frame.
returnValue
;
323
if (frame.
returnValue
!= null)
325
pendingValue = _F.Local(frame.
returnValue
);
1004
returnValue = this.
returnValue
;