1 write to pendingCatch
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
1045this.pendingCatch = new SynthesizedLocal(F.CurrentFunction, TypeWithAnnotations.Create(F.SpecialType(SpecialType.System_Int32)), SynthesizedLocalKind.TryAwaitPendingCatch, tryStatementSyntax);
7 references to pendingCatch
Microsoft.CodeAnalysis.CSharp (7)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (7)
501currentAwaitCatchFrame.pendingCatch). 505_F.Local(currentAwaitCatchFrame.pendingCatch), 506_F.Default(currentAwaitCatchFrame.pendingCatch.Type)), 510_F.Local(currentAwaitCatchFrame.pendingCatch), 563_F.Local(currentAwaitCatchFrame.pendingCatch), 1067Debug.Assert(pendingCatch.SyntaxOpt.IsKind(SyntaxKind.TryStatement)); 1068var newLocal = F.SynthesizedLocal(local.Type, pendingCatch.SyntaxOpt, kind: SynthesizedLocalKind.ExceptionFilterAwaitHoistedExceptionLocal);