3 references to AsyncMethodReturnValue
Microsoft.CodeAnalysis (1)
SynthesizedLocalKind.cs (1)
140
StateMachineReturnValue =
AsyncMethodReturnValue
, // TODO VB: why do we need this in iterators?
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
1008
this.returnValue = returnValue = new SynthesizedLocal(containingMethod, TypeWithAnnotations.Create(valueOpt.Type), SynthesizedLocalKind.
AsyncMethodReturnValue
, _syntaxOpt);
Lowering\AsyncRewriter\AsyncMethodToStateMachineRewriter.cs (1)
96
? F.SynthesizedLocal(asyncMethodBuilderMemberCollection.ResultType, syntax: F.Syntax, kind: SynthesizedLocalKind.
AsyncMethodReturnValue
)