2 references to ExceptionFilterAwaitHoistedExceptionLocal
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
1068var newLocal = F.SynthesizedLocal(local.Type, pendingCatch.SyntaxOpt, kind: SynthesizedLocalKind.ExceptionFilterAwaitHoistedExceptionLocal);
Lowering\ClosureConversion\LambdaCapturedVariable.cs (1)
89case SynthesizedLocalKind.ExceptionFilterAwaitHoistedExceptionLocal: