1 write to pendingCaughtException
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
1009
this.
pendingCaughtException
= new SynthesizedLocal(F.CurrentFunction, TypeWithAnnotations.Create(F.SpecialType(SpecialType.System_Object)), SynthesizedLocalKind.TryAwaitPendingCaughtException, tryStatementSyntax);
5 references to pendingCaughtException
Microsoft.CodeAnalysis.CSharp (5)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (5)
481
currentAwaitCatchFrame.
pendingCaughtException
,
527
_F.Local(currentAwaitCatchFrame.
pendingCaughtException
),
528
_F.Convert(currentAwaitCatchFrame.
pendingCaughtException
.Type,
644
_F.Local(currentAwaitCatchFrame.
pendingCaughtException
)));
669
return Rethrow(_currentAwaitCatchFrame.
pendingCaughtException
);