1 write to pendingCaughtException
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
1131
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)
553
currentAwaitCatchFrame.
pendingCaughtException
,
617
TypeSymbol pendingCaughtExceptionType = currentAwaitCatchFrame.
pendingCaughtException
.Type;
624
_F.Local(currentAwaitCatchFrame.
pendingCaughtException
),
738
BoundLocal pendingExceptionRef = _F.Local(currentAwaitCatchFrame.
pendingCaughtException
);
775
return Rethrow(_currentAwaitCatchFrame.
pendingCaughtException
);