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