1 write to pendingCatch
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
1010this.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)
482currentAwaitCatchFrame.pendingCatch). 486_F.Local(currentAwaitCatchFrame.pendingCatch), 487_F.Default(currentAwaitCatchFrame.pendingCatch.Type)), 491_F.Local(currentAwaitCatchFrame.pendingCatch), 532_F.Local(currentAwaitCatchFrame.pendingCatch), 1031Debug.Assert(pendingCatch.SyntaxOpt.IsKind(SyntaxKind.TryStatement)); 1032var newLocal = F.SynthesizedLocal(local.Type, pendingCatch.SyntaxOpt, kind: SynthesizedLocalKind.ExceptionFilterAwaitHoistedExceptionLocal);