2 references to TryAwaitPendingException
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
187var pendingExceptionLocal = new SynthesizedLocal(_F.CurrentFunction, TypeWithAnnotations.Create(exceptionType), SynthesizedLocalKind.TryAwaitPendingException, tryStatementSyntax);
Lowering\ClosureConversion\LambdaCapturedVariable.cs (1)
90case SynthesizedLocalKind.TryAwaitPendingException: