2 references to TryAwaitPendingCaughtException
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
1131this.pendingCaughtException = new SynthesizedLocal(F.CurrentFunction, TypeWithAnnotations.Create(F.SpecialType(SpecialType.System_Object)), SynthesizedLocalKind.TryAwaitPendingCaughtException, tryStatementSyntax);
Lowering\ClosureConversion\LambdaCapturedVariable.cs (1)
91case SynthesizedLocalKind.TryAwaitPendingCaughtException: