1 write to pendingCatch
Microsoft.CodeAnalysis.CSharp (1)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
1119this.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)
554currentAwaitCatchFrame.pendingCatch). 558_F.Local(currentAwaitCatchFrame.pendingCatch), 559_F.Default(currentAwaitCatchFrame.pendingCatch.Type)), 563_F.Local(currentAwaitCatchFrame.pendingCatch), 623_F.Local(currentAwaitCatchFrame.pendingCatch), 1141Debug.Assert(pendingCatch.SyntaxOpt.IsKind(SyntaxKind.TryStatement)); 1142var newLocal = F.SynthesizedLocal(local.Type, pendingCatch.SyntaxOpt, kind: SynthesizedLocalKind.ExceptionFilterAwaitHoistedExceptionLocal);